#CAF190

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

Shades of Reef #CAF190

Tints of Reef #CAF190

Color information

#CAF190 (or 0xCAF190) is unknown color: approx Reef. HEX triplet: CA, F1 and 90. RGB value is (202,241,144). Sum of RGB (Red+Green+Blue) = 202+241+144=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF190 is #350E6F. Grayscale: #DADADA. Windows color (decimal): -3477104 or 9499082. OLE color: 9499082.

HSL color Cylindrical-coordinate representation of color #CAF190: hue angle of 84.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF190 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB202241144-
CMYK0.1600.400.05
HSL84.12º77.6%75.49%-
HSV(B)84.12º40.25%94.51%-
XYZ60.8577.4838.13-
YUV218.2886.08116.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=34.41%
G=41.06%
B=24.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411440.1600.400.0584.1277.675.49
HexCAF190100285544e4b
Octal312361220200505124116113
Binary110010101111000110010000100000101000101101010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF190; }

 p { color: rgb(202,241,144); }

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

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

 a { background-color: rgb(202,241,144); }

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

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

 span { border-color: rgb(202,241,144); }

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