#CBF699

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

Shades of Reef #CBF699

Tints of Reef #CBF699

Color information

#CBF699 (or 0xCBF699) is unknown color: approx Reef. HEX triplet: CB, F6 and 99. RGB value is (203,246,153). Sum of RGB (Red+Green+Blue) = 203+246+153=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF699 is #340966. Grayscale: #DEDEDE. Windows color (decimal): -3410279 or 10090187. OLE color: 10090187.

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

Color convert

RGB203246153-
CMYK0.1700.380.04
HSL87.74º83.78%78.24%-
HSV(B)87.74º37.8%96.47%-
XYZ63.3380.9142.42-
YUV222.5488.75114.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 246 (96.48% from 255) = 40.86%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=33.72%
G=40.86%
B=25.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032461530.1700.380.0487.7483.7878.24
HexCBF69911026458544e
Octal313366231210464130124116
Binary110010111111011010011001100010100110100101100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF699; }

 p { color: rgb(203,246,153); }

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

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

 a { background-color: rgb(203,246,153); }

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

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

 span { border-color: rgb(203,246,153); }

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