Html Css Color HEX #CBE478 Sulu

📋 copy color: '#CBE478'

red 203 ◦ green 228 ◦ blue 120

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

Shades of Sulu #CBE478

Tints of Sulu #CBE478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.38%

 BLUE value IS 120 (47.27% from 255) = 21.78%

R = 36.84%
G = 41.38%
B = 21.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CBE478 (or 0xCBE478) is known color: Sulu. HEX triplet: CB, E4 and 78. RGB value is (203,228,120). Sum of RGB (Red+Green+Blue) = 203+228+120=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE478 is #341B87. Grayscale: #D0D0D0. Windows color (decimal): -3414920 or 7922891. OLE color: 7922891.

HSL color Cylindrical-coordinate representation of color #CBE478: hue angle of 73.89º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBE478 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 120 -
CMYK 0.11 0 0.47 0.11
HSL 73.89º 0.67% 0.68% -
HSV(B) 73.89º 0.47% 0.89% -
XYZ 55.76 69.54 28.25 -
YUV 208.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 203 228 120 0.11 0 0.47 0.11 73.89 0.67 0.68
Hex CB E4 78 B 0 2F B 4A 43 44
Octal 313 344 170 13 0 57 13 112 103 104
Binary 11001011 11100100 1111000 1011 0 101111 1011 1001010 1000011 1000100

Color Harmonies of #CBE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE478

Black with #CBE478

Text Example


Text Example

White with #CBE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE478; }

 p { color: rgb(203,228,120); }

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

background-color css

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

 a { background-color: rgb(203,228,120); }

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

border-color css

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

 span { border-color: rgb(203,228,120); }

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