#CAFF93

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

Shades of Reef #CAFF93

Tints of Reef #CAFF93

Color information

#CAFF93 (or 0xCAFF93) is unknown color: approx Reef. HEX triplet: CA, FF and 93. RGB value is (202,255,147). Sum of RGB (Red+Green+Blue) = 202+255+147=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF93 is #35006C. Grayscale: #E3E3E3. Windows color (decimal): -3473517 or 9699274. OLE color: 9699274.

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

Color convert

RGB202255147-
CMYK0.2100.420
HSL89.44º100%78.82%-
HSV(B)89.44º42.35%100%-
XYZ65.3886.1840.79-
YUV226.8482.94110.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 147 (57.81% from 255) = 24.34%
R=33.44%
G=42.22%
B=24.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551470.2100.42089.4410078.82
HexCAFF931502A059644f
Octal312377223250520131144117
Binary1100101011111111100100111010101010100101100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF93; }

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

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

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

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

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

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

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

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