#DAF194

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

Shades of Reef #DAF194

Tints of Reef #DAF194

Color information

#DAF194 (or 0xDAF194) is unknown color: approx Reef. HEX triplet: DA, F1 and 94. RGB value is (218,241,148). Sum of RGB (Red+Green+Blue) = 218+241+148=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF194 is #250E6B. Grayscale: #DFDFDF. Windows color (decimal): -2428524 or 9761242. OLE color: 9761242.

HSL color Cylindrical-coordinate representation of color #DAF194: hue angle of 74.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAF194 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB218241148-
CMYK0.1000.390.05
HSL74.84º76.86%76.27%-
HSV(B)74.84º38.59%94.51%-
XYZ65.7179.9539.99-
YUV223.5285.38124.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 148 (58.20% from 255) = 24.38%
R=35.91%
G=39.70%
B=24.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411480.1000.390.0574.8476.8676.27
HexDAF194A02754b4d4c
Octal332361224120475113115114
Binary11011010111100011001010010100100111101100101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF194; }

 p { color: rgb(218,241,148); }

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

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

 a { background-color: rgb(218,241,148); }

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

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

 span { border-color: rgb(218,241,148); }

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