Html Css Color HEX #CBF276 Sulu

📋 copy color: '#CBF276'

red 203 ◦ green 242 ◦ blue 118

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

Shades of Sulu #CBF276

Tints of Sulu #CBF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

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

R = 36.06%
G = 42.98%
B = 20.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CBF276 (or 0xCBF276) is known color: Sulu. HEX triplet: CB, F2 and 76. RGB value is (203,242,118). Sum of RGB (Red+Green+Blue) = 203+242+118=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF276 is #340D89. Grayscale: #D8D8D8. Windows color (decimal): -3411338 or 7795403. OLE color: 7795403.

HSL color Cylindrical-coordinate representation of color #CBF276: hue angle of 78.87º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF276 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 118 -
CMYK 0.16 0 0.51 0.05
HSL 78.87º 0.83% 0.71% -
HSV(B) 78.87º 0.51% 0.95% -
XYZ 59.65 77.51 28.96 -
YUV 216.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 203 242 118 0.16 0 0.51 0.05 78.87 0.83 0.71
Hex CB F2 76 10 0 33 5 4F 53 47
Octal 313 362 166 20 0 63 5 117 123 107
Binary 11001011 11110010 1110110 10000 0 110011 101 1001111 1010011 1000111

Color Harmonies of #CBF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF276

Black with #CBF276

Text Example


Text Example

White with #CBF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF276; }

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

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

background-color css

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

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

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

border-color css

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

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

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