Html Css Color HEX #CBF288 Sulu

📋 copy color: '#CBF288'

red 203 ◦ green 242 ◦ blue 136

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

Shades of Sulu #CBF288

Tints of Sulu #CBF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.41%

R = 34.94%
G = 41.65%
B = 23.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#CBF288 (or 0xCBF288) is known color: Sulu. HEX triplet: CB, F2 and 88. RGB value is (203,242,136). Sum of RGB (Red+Green+Blue) = 203+242+136=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF288 is #340D77. Grayscale: #DADADA. Windows color (decimal): -3411320 or 8975051. OLE color: 8975051.

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

Color convert

RGB 203 242 136 -
CMYK 0.16 0 0.44 0.05
HSL 82.08º 0.8% 0.74% -
HSV(B) 82.08º 0.44% 0.95% -
XYZ 60.82 77.98 35.14 -
YUV 218.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 203 242 136 0.16 0 0.44 0.05 82.08 0.8 0.74
Hex CB F2 88 10 0 2C 5 52 50 4A
Octal 313 362 210 20 0 54 5 122 120 112
Binary 11001011 11110010 10001000 10000 0 101100 101 1010010 1010000 1001010

Color Harmonies of #CBF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF288

Black with #CBF288

Text Example


Text Example

White with #CBF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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