Html Css Color HEX #CBF076 Sulu

📋 copy color: '#CBF076'

red 203 ◦ green 240 ◦ blue 118

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

Shades of Sulu #CBF076

Tints of Sulu #CBF076

RGB

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

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

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

R = 36.19%
G = 42.78%
B = 21.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#CBF076 (or 0xCBF076) is known color: Sulu. HEX triplet: CB, F0 and 76. RGB value is (203,240,118). Sum of RGB (Red+Green+Blue) = 203+240+118=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF076 is #340F89. Grayscale: #D7D7D7. Windows color (decimal): -3411850 or 7794891. OLE color: 7794891.

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

Color convert

RGB 203 240 118 -
CMYK 0.15 0 0.51 0.06
HSL 78.2º 0.8% 0.7% -
HSV(B) 78.2º 0.51% 0.94% -
XYZ 59.06 76.32 28.76 -
YUV 215.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 203 240 118 0.15 0 0.51 0.06 78.2 0.8 0.7
Hex CB F0 76 F 0 33 6 4E 50 46
Octal 313 360 166 17 0 63 6 116 120 106
Binary 11001011 11110000 1110110 1111 0 110011 110 1001110 1010000 1000110

Color Harmonies of #CBF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF076

Black with #CBF076

Text Example


Text Example

White with #CBF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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