#CBF99A

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

Shades of Reef #CBF99A

Tints of Reef #CBF99A

Color information

#CBF99A (or 0xCBF99A) is unknown color: approx Reef. HEX triplet: CB, F9 and 9A. RGB value is (203,249,154). Sum of RGB (Red+Green+Blue) = 203+249+154=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF99A is #340665. Grayscale: #E0E0E0. Windows color (decimal): -3409510 or 10156491. OLE color: 10156491.

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

Color convert

RGB203249154-
CMYK0.1800.380.02
HSL89.05º88.79%79.02%-
HSV(B)89.05º38.15%97.65%-
XYZ64.3482.7843.16-
YUV224.4288.26112.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=33.50%
G=41.09%
B=25.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491540.1800.380.0289.0588.7979.02
HexCBF99A12026259594f
Octal313371232220462131131117
Binary11001011111110011001101010010010011010101100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF99A; }

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

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

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

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

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

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

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

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