#CAFD8D

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

Shades of Reef #CAFD8D

Tints of Reef #CAFD8D

Color information

#CAFD8D (or 0xCAFD8D) is unknown color: approx Reef. HEX triplet: CA, FD and 8D. RGB value is (202,253,141). Sum of RGB (Red+Green+Blue) = 202+253+141=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFD8D is #350272. Grayscale: #E1E1E1. Windows color (decimal): -3474035 or 9305546. OLE color: 9305546.

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

Color convert

RGB202253141-
CMYK0.2000.440.01
HSL87.32º96.55%77.25%-
HSV(B)87.32º44.27%99.22%-
XYZ64.2984.7338.17-
YUV224.9880.6111.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=33.89%
G=42.45%
B=23.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531410.2000.440.0187.3296.5577.25
HexCAFD8D1402C157614d
Octal312375215240541127141115
Binary1100101011111101100011011010001011001101011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD8D; }

 p { color: rgb(202,253,141); }

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

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

 a { background-color: rgb(202,253,141); }

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

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

 span { border-color: rgb(202,253,141); }

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