#CBF980

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

Shades of Sulu #CBF980

Tints of Sulu #CBF980

Color information

#CBF980 (or 0xCBF980) is unknown color: approx Sulu. HEX triplet: CB, F9 and 80. RGB value is (203,249,128). Sum of RGB (Red+Green+Blue) = 203+249+128=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF980 is #34067F. Grayscale: #DDDDDD. Windows color (decimal): -3409536 or 8452555. OLE color: 8452555.

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

Color convert

RGB203249128-
CMYK0.1800.490.02
HSL82.81º90.98%73.92%-
HSV(B)82.81º48.59%97.65%-
XYZ62.482.0132.96-
YUV221.4575.26114.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 249 (97.66% from 255) = 42.93%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=35%
G=42.93%
B=22.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491280.1800.490.0282.8190.9873.92
HexCBF980120312535b4a
Octal313371200220612123133112
Binary11001011111110011000000010010011000110101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF980; }

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

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

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

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

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

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

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

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