#CBF987

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

Shades of Sulu #CBF987

Tints of Sulu #CBF987

Color information

#CBF987 (or 0xCBF987) is unknown color: approx Sulu. HEX triplet: CB, F9 and 87. RGB value is (203,249,135). Sum of RGB (Red+Green+Blue) = 203+249+135=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF987 is #340678. Grayscale: #DEDEDE. Windows color (decimal): -3409529 or 8911307. OLE color: 8911307.

HSL color Cylindrical-coordinate representation of color #CBF987: hue angle of 84.21º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF987 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB203249135-
CMYK0.1800.460.02
HSL84.21º90.48%75.29%-
HSV(B)84.21º45.78%97.65%-
XYZ62.8882.235.47-
YUV222.2578.76114.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 135 (53.12% from 255) = 23.00%
R=34.58%
G=42.42%
B=23.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491350.1800.460.0284.2190.4875.29
HexCBF9871202E2545a4b
Octal313371207220562124132113
Binary11001011111110011000011110010010111010101010010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF987; }

 p { color: rgb(203,249,135); }

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

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

 a { background-color: rgb(203,249,135); }

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

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

 span { border-color: rgb(203,249,135); }

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