Html Css Color HEX #DAF892 Reef

📋 copy color: '#DAF892'

red 218 ◦ green 248 ◦ blue 146

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

Shades of Reef #DAF892

Tints of Reef #DAF892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.52%

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

R = 35.62%
G = 40.52%
B = 23.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#DAF892 (or 0xDAF892) is known color: Reef. HEX triplet: DA, F8 and 92. RGB value is (218,248,146). Sum of RGB (Red+Green+Blue) = 218+248+146=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF892 is #25076D. Grayscale: #E3E3E3. Windows color (decimal): -2426734 or 9631962. OLE color: 9631962.

HSL color Cylindrical-coordinate representation of color #DAF892: hue angle of 77.65º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF892 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 146 -
CMYK 0.12 0 0.41 0.03
HSL 77.65º 0.88% 0.77% -
HSV(B) 77.65º 0.41% 0.97% -
XYZ 67.67 84.12 39.86 -
YUV 227.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 218 248 146 0.12 0 0.41 0.03 77.65 0.88 0.77
Hex DA F8 92 C 0 29 3 4E 58 4D
Octal 332 370 222 14 0 51 3 116 130 115
Binary 11011010 11111000 10010010 1100 0 101001 11 1001110 1011000 1001101

Color Harmonies of #DAF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF892

Black with #DAF892

Text Example


Text Example

White with #DAF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF892; }

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

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

background-color css

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

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

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

border-color css

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

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

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