#CBFD9F

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

Shades of Reef #CBFD9F

Tints of Reef #CBFD9F

Color information

#CBFD9F (or 0xCBFD9F) is unknown color: approx Reef. HEX triplet: CB, FD and 9F. RGB value is (203,253,159). Sum of RGB (Red+Green+Blue) = 203+253+159=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD9F is #340260. Grayscale: #E3E3E3. Windows color (decimal): -3408481 or 10485195. OLE color: 10485195.

HSL color Cylindrical-coordinate representation of color #CBFD9F: hue angle of 91.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBFD9F is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB203253159-
CMYK0.2000.370.01
HSL91.91º95.92%80.78%-
HSV(B)91.91º37.15%99.22%-
XYZ66.0185.4545.82-
YUV227.3389.44110.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 159 (62.5% from 255) = 25.85%
R=33.01%
G=41.14%
B=25.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032531590.2000.370.0191.9195.9280.78
HexCBFD9F1402515c6051
Octal313375237240451134140121
Binary1100101111111101100111111010001001011101110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFD9F; }

 p { color: rgb(203,253,159); }

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

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

 a { background-color: rgb(203,253,159); }

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

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

 span { border-color: rgb(203,253,159); }

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