Html Css Color HEX #DAF494 Reef

📋 copy color: '#DAF494'

red 218 ◦ green 244 ◦ blue 148

#DAF494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DAF494

Tints of Reef #DAF494

RGB

 RED value IS 218 (85.55% from 255) = 35.74%

 GREEN value IS 244 (95.7% from 255) = 40%

 BLUE value IS 148 (58.2% from 255) = 24.26%

R = 35.74%
G = 40%
B = 24.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#DAF494 (or 0xDAF494) is known color: Reef. HEX triplet: DA, F4 and 94. RGB value is (218,244,148). Sum of RGB (Red+Green+Blue) = 218+244+148=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF494 is #250B6B. Grayscale: #E1E1E1. Windows color (decimal): -2427756 or 9762010. OLE color: 9762010.

HSL color Cylindrical-coordinate representation of color #DAF494: hue angle of 76.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAF494 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 148 -
CMYK 0.11 0 0.39 0.04
HSL 76.25º 0.81% 0.77% -
HSV(B) 76.25º 0.39% 0.96% -
XYZ 66.61 81.74 40.28 -
YUV 225.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 218 244 148 0.11 0 0.39 0.04 76.25 0.81 0.77
Hex DA F4 94 B 0 27 4 4C 51 4D
Octal 332 364 224 13 0 47 4 114 121 115
Binary 11011010 11110100 10010100 1011 0 100111 100 1001100 1010001 1001101

Color Harmonies of #DAF494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF494

Black with #DAF494

Text Example


Text Example

White with #DAF494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF494; }

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

 H1.HeaderClassName
 {
   color: #DAF494;
 }
 .AnyTagClassName
 {
   color: #DAF494;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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