#CBF480

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

Shades of Sulu #CBF480

Tints of Sulu #CBF480

Color information

#CBF480 (or 0xCBF480) is unknown color: approx Sulu. HEX triplet: CB, F4 and 80. RGB value is (203,244,128). Sum of RGB (Red+Green+Blue) = 203+244+128=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF480 is #340B7F. Grayscale: #DADADA. Windows color (decimal): -3410816 or 8451275. OLE color: 8451275.

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

Color convert

RGB203244128-
CMYK0.1700.480.04
HSL81.21º84.06%72.94%-
HSV(B)81.21º47.54%95.69%-
XYZ60.8878.9632.45-
YUV218.5276.92116.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 244 (95.70% from 255) = 42.43%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=35.30%
G=42.43%
B=22.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441280.1700.480.0481.2184.0672.94
HexCBF480110304515449
Octal313364200210604121124111
Binary110010111111010010000000100010110000100101000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF480; }

 p { color: rgb(203,244,128); }

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

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

 a { background-color: rgb(203,244,128); }

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

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

 span { border-color: rgb(203,244,128); }

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