Html Css Color HEX #DAF891 Reef

📋 copy color: '#DAF891'

red 218 ◦ green 248 ◦ blue 145

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

Shades of Reef #DAF891

Tints of Reef #DAF891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.73%

R = 35.68%
G = 40.59%
B = 23.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#DAF891 (or 0xDAF891) is known color: Reef. HEX triplet: DA, F8 and 91. RGB value is (218,248,145). Sum of RGB (Red+Green+Blue) = 218+248+145=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF891 is #25076E. Grayscale: #E3E3E3. Windows color (decimal): -2426735 or 9566426. OLE color: 9566426.

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

Color convert

RGB 218 248 145 -
CMYK 0.12 0 0.42 0.03
HSL 77.48º 0.88% 0.77% -
HSV(B) 77.48º 0.42% 0.97% -
XYZ 67.59 84.08 39.46 -
YUV 227.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 218 248 145 0.12 0 0.42 0.03 77.48 0.88 0.77
Hex DA F8 91 C 0 2A 3 4D 58 4D
Octal 332 370 221 14 0 52 3 115 130 115
Binary 11011010 11111000 10010001 1100 0 101010 11 1001101 1011000 1001101

Color Harmonies of #DAF891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF891

Black with #DAF891

Text Example


Text Example

White with #DAF891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF891; }

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

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

background-color css

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

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

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

border-color css

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

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

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