Html Css Color HEX #DAF292 Reef

📋 copy color: '#DAF292'

red 218 ◦ green 242 ◦ blue 146

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

Shades of Reef #DAF292

Tints of Reef #DAF292

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.93%

 BLUE value IS 146 (57.42% from 255) = 24.09%

R = 35.97%
G = 39.93%
B = 24.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DAF292 (or 0xDAF292) is known color: Reef. HEX triplet: DA, F2 and 92. RGB value is (218,242,146). Sum of RGB (Red+Green+Blue) = 218+242+146=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF292 is #250D6D. Grayscale: #E0E0E0. Windows color (decimal): -2428270 or 9630426. OLE color: 9630426.

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

Color convert

RGB 218 242 146 -
CMYK 0.10 0 0.40 0.05
HSL 75º 0.79% 0.76% -
HSV(B) 75º 0.4% 0.95% -
XYZ 65.85 80.49 39.26 -
YUV 223.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 218 242 146 0.10 0 0.40 0.05 75 0.79 0.76
Hex DA F2 92 A 0 28 5 4B 4F 4C
Octal 332 362 222 12 0 50 5 113 117 114
Binary 11011010 11110010 10010010 1010 0 101000 101 1001011 1001111 1001100

Color Harmonies of #DAF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF292

Black with #DAF292

Text Example


Text Example

White with #DAF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF292; }

 p { color: rgb(218,242,146); }

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

background-color css

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

 a { background-color: rgb(218,242,146); }

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

border-color css

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

 span { border-color: rgb(218,242,146); }

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