Html Css Color HEX #CBE972 Sulu

📋 copy color: '#CBE972'

red 203 ◦ green 233 ◦ blue 114

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

Shades of Sulu #CBE972

Tints of Sulu #CBE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.36%

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

R = 36.91%
G = 42.36%
B = 20.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#CBE972 (or 0xCBE972) is known color: Sulu. HEX triplet: CB, E9 and 72. RGB value is (203,233,114). Sum of RGB (Red+Green+Blue) = 203+233+114=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE972 is #34168D. Grayscale: #D2D2D2. Windows color (decimal): -3413646 or 7530955. OLE color: 7530955.

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

Color convert

RGB 203 233 114 -
CMYK 0.13 0 0.51 0.09
HSL 75.13º 0.73% 0.68% -
HSV(B) 75.13º 0.51% 0.91% -
XYZ 56.8 72.19 26.86 -
YUV 210.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 203 233 114 0.13 0 0.51 0.09 75.13 0.73 0.68
Hex CB E9 72 D 0 33 9 4B 49 44
Octal 313 351 162 15 0 63 11 113 111 104
Binary 11001011 11101001 1110010 1101 0 110011 1001 1001011 1001001 1000100

Color Harmonies of #CBE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE972

Black with #CBE972

Text Example


Text Example

White with #CBE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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