#CBEA71

Color #CBEA71 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBEA71

Tints of Sulu #CBEA71

Color information

#CBEA71 (or 0xCBEA71) is unknown color: approx Sulu. HEX triplet: CB, EA and 71. RGB value is (203,234,113). Sum of RGB (Red+Green+Blue) = 203+234+113=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA71 is #34158E. Grayscale: #D3D3D3. Windows color (decimal): -3413391 or 7465675. OLE color: 7465675.

HSL color Cylindrical-coordinate representation of color #CBEA71: hue angle of 75.37º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBEA71 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB203234113-
CMYK0.1300.520.08
HSL75.37º74.23%68.04%-
HSV(B)75.37º51.71%91.76%-
XYZ57.0372.7326.66-
YUV210.9472.73122.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 234 (91.80% from 255) = 42.55%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=36.91%
G=42.55%
B=20.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341130.1300.520.0875.3774.2368.04
HexCBEA71D03484b4a44
Octal3133521611506410113112104
Binary11001011111010101110001110101101001000100101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA71; }

 p { color: rgb(203,234,113); }

 H1.HeaderClassName
 {
   color: #CBEA71;
 }
 .AnyTagClassName
 {
   color: #CBEA71;
 }
</style>
background-color css

<style>
 a { background-color: #CBEA71; }

 a { background-color: rgb(203,234,113); }

 div.DivClassName
 {
   background-color: #CBEA71;
 }
 .BgClassName
 {
   background-color: #CBEA71;
 }
</style>
border-color css

<style>
 span { border-color: #CBEA71; }

 span { border-color: rgb(203,234,113); }

 td.TdClassName
 {
   border-color: #CBEA71;
 }
 .TagClassName
 {
   border-color: #CBEA71;
 }
</style>