#CBF688

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

Shades of Sulu #CBF688

Tints of Sulu #CBF688

Color information

#CBF688 (or 0xCBF688) is unknown color: approx Sulu. HEX triplet: CB, F6 and 88. RGB value is (203,246,136). Sum of RGB (Red+Green+Blue) = 203+246+136=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF688 is #340977. Grayscale: #DDDDDD. Windows color (decimal): -3410296 or 8976075. OLE color: 8976075.

HSL color Cylindrical-coordinate representation of color #CBF688: hue angle of 83.45º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBF688 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB203246136-
CMYK0.1700.450.04
HSL83.45º85.94%74.9%-
HSV(B)83.45º44.72%96.47%-
XYZ62.0380.3935.54-
YUV220.680.25115.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 246 (96.48% from 255) = 42.05%
BLUE value IS 136 (53.52% from 255) = 23.25%
R=34.70%
G=42.05%
B=23.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032461360.1700.450.0483.4585.9474.9
HexCBF6881102D453564b
Octal313366210210554123126113
Binary110010111111011010001000100010101101100101001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF688; }

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

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

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

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

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

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

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

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