Html Css Color HEX #CBF388 Sulu

📋 copy color: '#CBF388'

red 203 ◦ green 243 ◦ blue 136

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

Shades of Sulu #CBF388

Tints of Sulu #CBF388

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

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

R = 34.88%
G = 41.75%
B = 23.37%

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

#CBF388 (or 0xCBF388) is known color: Sulu. HEX triplet: CB, F3 and 88. RGB value is (203,243,136). Sum of RGB (Red+Green+Blue) = 203+243+136=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF388 is #340C77. Grayscale: #DBDBDB. Windows color (decimal): -3411064 or 8975307. OLE color: 8975307.

HSL color Cylindrical-coordinate representation of color #CBF388: hue angle of 82.43º degrees, saturation: 0.82, 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 #CBF388 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 136 -
CMYK 0.16 0 0.44 0.05
HSL 82.43º 0.82% 0.74% -
HSV(B) 82.43º 0.44% 0.95% -
XYZ 61.12 78.58 35.24 -
YUV 218.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 203 243 136 0.16 0 0.44 0.05 82.43 0.82 0.74
Hex CB F3 88 10 0 2C 5 52 52 4A
Octal 313 363 210 20 0 54 5 122 122 112
Binary 11001011 11110011 10001000 10000 0 101100 101 1010010 1010010 1001010

Color Harmonies of #CBF388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF388

Black with #CBF388

Text Example


Text Example

White with #CBF388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF388; }

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

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

background-color css

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

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

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

border-color css

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

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

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