#CAFF9E

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

Shades of Reef #CAFF9E

Tints of Reef #CAFF9E

Color information

#CAFF9E (or 0xCAFF9E) is unknown color: approx Reef. HEX triplet: CA, FF and 9E. RGB value is (202,255,158). Sum of RGB (Red+Green+Blue) = 202+255+158=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF9E is #350061. Grayscale: #E4E4E4. Windows color (decimal): -3473506 or 10420170. OLE color: 10420170.

HSL color Cylindrical-coordinate representation of color #CAFF9E: hue angle of 92.78º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAFF9E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB202255158-
CMYK0.2100.380
HSL92.78º100%80.98%-
HSV(B)92.78º38.04%100%-
XYZ66.2986.5545.56-
YUV228.188.44109.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=32.85%
G=41.46%
B=25.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551580.2100.38092.7810080.98
HexCAFF9E1502605d6451
Octal312377236250460135144121
Binary1100101011111111100111101010101001100101110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF9E; }

 p { color: rgb(202,255,158); }

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

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

 a { background-color: rgb(202,255,158); }

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

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

 span { border-color: rgb(202,255,158); }

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