#CAF98F

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

Shades of Reef #CAF98F

Tints of Reef #CAF98F

Color information

#CAF98F (or 0xCAF98F) is unknown color: approx Reef. HEX triplet: CA, F9 and 8F. RGB value is (202,249,143). Sum of RGB (Red+Green+Blue) = 202+249+143=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF98F is #350670. Grayscale: #DFDFDF. Windows color (decimal): -3475057 or 9435594. OLE color: 9435594.

HSL color Cylindrical-coordinate representation of color #CAF98F: hue angle of 86.6º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF98F is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB202249143-
CMYK0.1900.430.02
HSL86.6º89.83%76.86%-
HSV(B)86.6º42.57%97.65%-
XYZ63.1982.2938.54-
YUV222.8682.93113.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 249 (97.66% from 255) = 41.92%
BLUE value IS 143 (56.25% from 255) = 24.07%
R=34.01%
G=41.92%
B=24.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491430.1900.430.0286.689.8376.86
HexCAF98F1302B2575a4d
Octal312371217230532127132115
Binary11001010111110011000111110011010101110101011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF98F; }

 p { color: rgb(202,249,143); }

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

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

 a { background-color: rgb(202,249,143); }

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

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

 span { border-color: rgb(202,249,143); }

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