#CBF970

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

Shades of Sulu #CBF970

Tints of Sulu #CBF970

Color information

#CBF970 (or 0xCBF970) is unknown color: approx Sulu. HEX triplet: CB, F9 and 70. RGB value is (203,249,112). Sum of RGB (Red+Green+Blue) = 203+249+112=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF970 is #34068F. Grayscale: #DCDCDC. Windows color (decimal): -3409552 or 7403979. OLE color: 7403979.

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

Color convert

RGB203249112-
CMYK0.1800.550.02
HSL80.15º91.95%70.78%-
HSV(B)80.15º55.02%97.65%-
XYZ61.4381.6227.85-
YUV219.6367.26116.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 249 (97.66% from 255) = 44.15%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=35.99%
G=44.15%
B=19.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491120.1800.550.0280.1591.9570.78
HexCBF970120372505c47
Octal313371160220672120134107
Binary1100101111111001111000010010011011110101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF970; }

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

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

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

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

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

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

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

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