#CBF09A

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

Shades of Reef #CBF09A

Tints of Reef #CBF09A

Color information

#CBF09A (or 0xCBF09A) is unknown color: approx Reef. HEX triplet: CB, F0 and 9A. RGB value is (203,240,154). Sum of RGB (Red+Green+Blue) = 203+240+154=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF09A is #340F65. Grayscale: #DBDBDB. Windows color (decimal): -3411814 or 10154187. OLE color: 10154187.

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

Color convert

RGB203240154-
CMYK0.1500.360.06
HSL85.81º74.14%77.25%-
HSV(B)85.81º35.83%94.12%-
XYZ61.6277.3542.25-
YUV219.1391.24116.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=34.00%
G=40.20%
B=25.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401540.1500.360.0685.8174.1477.25
HexCBF09AF0246564a4d
Octal313360232170446126112115
Binary11001011111100001001101011110100100110101011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF09A; }

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

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

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

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

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

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

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

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