#CBF490

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

Shades of Reef #CBF490

Tints of Reef #CBF490

Color information

#CBF490 (or 0xCBF490) is unknown color: approx Reef. HEX triplet: CB, F4 and 90. RGB value is (203,244,144). Sum of RGB (Red+Green+Blue) = 203+244+144=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF490 is #340B6F. Grayscale: #DCDCDC. Windows color (decimal): -3410800 or 9499851. OLE color: 9499851.

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

Color convert

RGB203244144-
CMYK0.1700.410.04
HSL84.6º81.97%76.08%-
HSV(B)84.6º40.98%95.69%-
XYZ62.0179.4138.45-
YUV220.3484.92115.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 144 (56.64% from 255) = 24.37%
R=34.35%
G=41.29%
B=24.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441440.1700.410.0484.681.9776.08
HexCBF49011029455524c
Octal313364220210514125122114
Binary110010111111010010010000100010101001100101010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF490; }

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

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

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

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

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

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

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

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