Html Css Color HEX #CBF077 Sulu

📋 copy color: '#CBF077'

red 203 ◦ green 240 ◦ blue 119

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

Shades of Sulu #CBF077

Tints of Sulu #CBF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.7%

 BLUE value IS 119 (46.88% from 255) = 21.17%

R = 36.12%
G = 42.7%
B = 21.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#CBF077 (or 0xCBF077) is known color: Sulu. HEX triplet: CB, F0 and 77. RGB value is (203,240,119). Sum of RGB (Red+Green+Blue) = 203+240+119=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF077 is #340F88. Grayscale: #D7D7D7. Windows color (decimal): -3411849 or 7860427. OLE color: 7860427.

HSL color Cylindrical-coordinate representation of color #CBF077: hue angle of 78.35º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBF077 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 119 -
CMYK 0.15 0 0.50 0.06
HSL 78.35º 0.8% 0.7% -
HSV(B) 78.35º 0.5% 0.94% -
XYZ 59.12 76.35 29.07 -
YUV 215.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 203 240 119 0.15 0 0.50 0.06 78.35 0.8 0.7
Hex CB F0 77 F 0 32 6 4E 50 46
Octal 313 360 167 17 0 62 6 116 120 106
Binary 11001011 11110000 1110111 1111 0 110010 110 1001110 1010000 1000110

Color Harmonies of #CBF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF077

Black with #CBF077

Text Example


Text Example

White with #CBF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF077; }

 p { color: rgb(203,240,119); }

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

background-color css

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

 a { background-color: rgb(203,240,119); }

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

border-color css

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

 span { border-color: rgb(203,240,119); }

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