Html Css Color HEX #DAF092 Reef

📋 copy color: '#DAF092'

red 218 ◦ green 240 ◦ blue 146

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

Shades of Reef #DAF092

Tints of Reef #DAF092

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.74%

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

R = 36.09%
G = 39.74%
B = 24.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#DAF092 (or 0xDAF092) is known color: Reef. HEX triplet: DA, F0 and 92. RGB value is (218,240,146). Sum of RGB (Red+Green+Blue) = 218+240+146=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF092 is #250F6D. Grayscale: #DFDFDF. Windows color (decimal): -2428782 or 9629914. OLE color: 9629914.

HSL color Cylindrical-coordinate representation of color #DAF092: hue angle of 74.04º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAF092 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 146 -
CMYK 0.09 0 0.39 0.06
HSL 74.04º 0.76% 0.76% -
HSV(B) 74.04º 0.39% 0.94% -
XYZ 65.26 79.3 39.06 -
YUV 222.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 218 240 146 0.09 0 0.39 0.06 74.04 0.76 0.76
Hex DA F0 92 9 0 27 6 4A 4C 4C
Octal 332 360 222 11 0 47 6 112 114 114
Binary 11011010 11110000 10010010 1001 0 100111 110 1001010 1001100 1001100

Color Harmonies of #DAF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF092

Black with #DAF092

Text Example


Text Example

White with #DAF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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