#CBF186

Color #CBF186 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBF186

Tints of Sulu #CBF186

Color information

#CBF186 (or 0xCBF186) is unknown color: approx Sulu. HEX triplet: CB, F1 and 86. RGB value is (203,241,134). Sum of RGB (Red+Green+Blue) = 203+241+134=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF186 is #340E79. Grayscale: #D9D9D9. Windows color (decimal): -3411578 or 8843723. OLE color: 8843723.

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

Color convert

RGB203241134-
CMYK0.1600.440.05
HSL81.31º79.26%73.53%-
HSV(B)81.31º44.4%94.51%-
XYZ60.3977.3334.3-
YUV217.4480.91117.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 134 (52.73% from 255) = 23.18%
R=35.12%
G=41.70%
B=23.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411340.1600.440.0581.3179.2673.53
HexCBF1861002C5514f4a
Octal313361206200545121117112
Binary110010111111000110000110100000101100101101000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF186; }

 p { color: rgb(203,241,134); }

 H1.HeaderClassName
 {
   color: #CBF186;
 }
 .AnyTagClassName
 {
   color: #CBF186;
 }
</style>
background-color css

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

 a { background-color: rgb(203,241,134); }

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

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

 span { border-color: rgb(203,241,134); }

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