#CBF085

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

Shades of Sulu #CBF085

Tints of Sulu #CBF085

Color information

#CBF085 (or 0xCBF085) is unknown color: approx Sulu. HEX triplet: CB, F0 and 85. RGB value is (203,240,133). Sum of RGB (Red+Green+Blue) = 203+240+133=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF085 is #340F7A. Grayscale: #D9D9D9. Windows color (decimal): -3411835 or 8777931. OLE color: 8777931.

HSL color Cylindrical-coordinate representation of color #CBF085: hue angle of 80.75º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBF085 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB203240133-
CMYK0.1500.450.06
HSL80.75º78.1%73.14%-
HSV(B)80.75º44.58%94.12%-
XYZ60.0276.7133.83-
YUV216.7480.74118.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 240 (94.14% from 255) = 41.67%
BLUE value IS 133 (52.34% from 255) = 23.09%
R=35.24%
G=41.67%
B=23.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401330.1500.450.0680.7578.173.14
HexCBF085F02D6514e49
Octal313360205170556121116111
Binary11001011111100001000010111110101101110101000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF085; }

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

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

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

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

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

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

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

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