#CAFD9B

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

Shades of Reef #CAFD9B

Tints of Reef #CAFD9B

Color information

#CAFD9B (or 0xCAFD9B) is unknown color: approx Reef. HEX triplet: CA, FD and 9B. RGB value is (202,253,155). Sum of RGB (Red+Green+Blue) = 202+253+155=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFD9B is #350264. Grayscale: #E2E2E2. Windows color (decimal): -3474021 or 10223050. OLE color: 10223050.

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

Color convert

RGB202253155-
CMYK0.2000.390.01
HSL91.22º96.08%80%-
HSV(B)91.22º38.74%99.22%-
XYZ65.485.1744-
YUV226.5887.6110.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 155 (60.94% from 255) = 25.41%
R=33.11%
G=41.48%
B=25.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531550.2000.390.0191.2296.0880
HexCAFD9B1402715b6050
Octal312375233240471133140120
Binary1100101011111101100110111010001001111101101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD9B; }

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

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

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

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

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

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

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

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