Html Css Color HEX #CBE076 Sulu

📋 copy color: '#CBE076'

red 203 ◦ green 224 ◦ blue 118

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

Shades of Sulu #CBE076

Tints of Sulu #CBE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.1%

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 37.25%
G = 41.1%
B = 21.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#CBE076 (or 0xCBE076) is known color: Sulu. HEX triplet: CB, E0 and 76. RGB value is (203,224,118). Sum of RGB (Red+Green+Blue) = 203+224+118=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE076 is #341F89. Grayscale: #CECECE. Windows color (decimal): -3415946 or 7790795. OLE color: 7790795.

HSL color Cylindrical-coordinate representation of color #CBE076: hue angle of 71.89º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBE076 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 118 -
CMYK 0.09 0 0.47 0.12
HSL 71.89º 0.63% 0.67% -
HSV(B) 71.89º 0.47% 0.88% -
XYZ 54.55 67.32 27.26 -
YUV 205.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 203 224 118 0.09 0 0.47 0.12 71.89 0.63 0.67
Hex CB E0 76 9 0 2F C 48 3F 43
Octal 313 340 166 11 0 57 14 110 77 103
Binary 11001011 11100000 1110110 1001 0 101111 1100 1001000 111111 1000011

Color Harmonies of #CBE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE076

Black with #CBE076

Text Example


Text Example

White with #CBE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE076; }

 p { color: rgb(203,224,118); }

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

background-color css

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

 a { background-color: rgb(203,224,118); }

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

border-color css

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

 span { border-color: rgb(203,224,118); }

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