#CBF785

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

Shades of Sulu #CBF785

Tints of Sulu #CBF785

Color information

#CBF785 (or 0xCBF785) is unknown color: approx Sulu. HEX triplet: CB, F7 and 85. RGB value is (203,247,133). Sum of RGB (Red+Green+Blue) = 203+247+133=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF785 is #34087A. Grayscale: #DDDDDD. Windows color (decimal): -3410043 or 8779723. OLE color: 8779723.

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

Color convert

RGB203247133-
CMYK0.1800.460.03
HSL83.16º87.69%74.51%-
HSV(B)83.16º46.15%96.86%-
XYZ62.1280.9134.53-
YUV220.8578.42115.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 247 (96.88% from 255) = 42.37%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=34.82%
G=42.37%
B=22.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471330.1800.460.0383.1687.6974.51
HexCBF7851202E353584b
Octal313367205220563123130113
Binary11001011111101111000010110010010111011101001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF785; }

 p { color: rgb(203,247,133); }

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

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

 a { background-color: rgb(203,247,133); }

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

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

 span { border-color: rgb(203,247,133); }

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