#CFFDA1

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

Shades of Reef #CFFDA1

Tints of Reef #CFFDA1

Color information

#CFFDA1 (or 0xCFFDA1) is unknown color: approx Reef. HEX triplet: CF, FD and A1. RGB value is (207,253,161). Sum of RGB (Red+Green+Blue) = 207+253+161=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA1 is #30025E. Grayscale: #E5E5E5. Windows color (decimal): -3146335 or 10616271. OLE color: 10616271.

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

Color convert

RGB207253161-
CMYK0.1800.360.01
HSL90º95.83%81.18%-
HSV(B)90º36.36%99.22%-
XYZ67.2986.0946.79-
YUV228.7689.76112.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=33.33%
G=40.74%
B=25.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531610.1800.360.019095.8381.18
HexCFFDA11202415a6051
Octal317375241220441132140121
Binary1100111111111101101000011001001001001101101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDA1; }

 p { color: rgb(207,253,161); }

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

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

 a { background-color: rgb(207,253,161); }

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

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

 span { border-color: rgb(207,253,161); }

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