Html Css Color HEX #CBE078 Sulu

📋 copy color: '#CBE078'

red 203 ◦ green 224 ◦ blue 120

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

Shades of Sulu #CBE078

Tints of Sulu #CBE078

RGB

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

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

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

R = 37.11%
G = 40.95%
B = 21.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#CBE078 (or 0xCBE078) is known color: Sulu. HEX triplet: CB, E0 and 78. RGB value is (203,224,120). Sum of RGB (Red+Green+Blue) = 203+224+120=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE078 is #341F87. Grayscale: #CECECE. Windows color (decimal): -3415944 or 7921867. OLE color: 7921867.

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

Color convert

RGB 203 224 120 -
CMYK 0.09 0 0.46 0.12
HSL 72.12º 0.63% 0.67% -
HSV(B) 72.12º 0.46% 0.88% -
XYZ 54.67 67.36 27.89 -
YUV 205.87 79.54 125.96 -
System Red Green Blue C M Y K H S L
Decimal 203 224 120 0.09 0 0.46 0.12 72.12 0.63 0.67
Hex CB E0 78 9 0 2E C 48 3F 43
Octal 313 340 170 11 0 56 14 110 77 103
Binary 11001011 11100000 1111000 1001 0 101110 1100 1001000 111111 1000011

Color Harmonies of #CBE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE078

Black with #CBE078

Text Example


Text Example

White with #CBE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE078; }

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

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

background-color css

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

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

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

border-color css

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

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

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