Html Css Color HEX #CBEA72 Sulu

📋 copy color: '#CBEA72'

red 203 ◦ green 234 ◦ blue 114

#CBEA72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CBEA72

Tints of Sulu #CBEA72

RGB

 RED value IS 203 (79.69% from 255) = 36.84%

 GREEN value IS 234 (91.8% from 255) = 42.47%

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 36.84%
G = 42.47%
B = 20.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#CBEA72 (or 0xCBEA72) is known color: Sulu. HEX triplet: CB, EA and 72. RGB value is (203,234,114). Sum of RGB (Red+Green+Blue) = 203+234+114=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA72 is #34158D. Grayscale: #D3D3D3. Windows color (decimal): -3413390 or 7531211. OLE color: 7531211.

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

Color convert

RGB 203 234 114 -
CMYK 0.13 0 0.51 0.08
HSL 75.5º 0.74% 0.68% -
HSV(B) 75.5º 0.51% 0.92% -
XYZ 57.09 72.76 26.95 -
YUV 211.05 73.23 122.26 -
System Red Green Blue C M Y K H S L
Decimal 203 234 114 0.13 0 0.51 0.08 75.5 0.74 0.68
Hex CB EA 72 D 0 33 8 4C 4A 44
Octal 313 352 162 15 0 63 10 114 112 104
Binary 11001011 11101010 1110010 1101 0 110011 1000 1001100 1001010 1000100

Color Harmonies of #CBEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA72

Black with #CBEA72

Text Example


Text Example

White with #CBEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA72; }

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

 H1.HeaderClassName
 {
   color: #CBEA72;
 }
 .AnyTagClassName
 {
   color: #CBEA72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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