Html Css Color HEX #DAF191 Reef

📋 copy color: '#DAF191'

red 218 ◦ green 241 ◦ blue 145

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

Shades of Reef #DAF191

Tints of Reef #DAF191

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.9%

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

R = 36.09%
G = 39.9%
B = 24.01%

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

#DAF191 (or 0xDAF191) is known color: Reef. HEX triplet: DA, F1 and 91. RGB value is (218,241,145). Sum of RGB (Red+Green+Blue) = 218+241+145=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF191 is #250E6E. Grayscale: #DFDFDF. Windows color (decimal): -2428527 or 9564634. OLE color: 9564634.

HSL color Cylindrical-coordinate representation of color #DAF191: hue angle of 74.37º degrees, saturation: 0.77, 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 #DAF191 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 145 -
CMYK 0.10 0 0.40 0.05
HSL 74.37º 0.77% 0.76% -
HSV(B) 74.37º 0.4% 0.95% -
XYZ 65.48 79.86 38.75 -
YUV 223.18 83.88 124.31 -
System Red Green Blue C M Y K H S L
Decimal 218 241 145 0.10 0 0.40 0.05 74.37 0.77 0.76
Hex DA F1 91 A 0 28 5 4A 4D 4C
Octal 332 361 221 12 0 50 5 112 115 114
Binary 11011010 11110001 10010001 1010 0 101000 101 1001010 1001101 1001100

Color Harmonies of #DAF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF191

Black with #DAF191

Text Example


Text Example

White with #DAF191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF191; }

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

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

background-color css

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

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

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

border-color css

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

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

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