Html Css Color HEX #DAF991 Reef

📋 copy color: '#DAF991'

red 218 ◦ green 249 ◦ blue 145

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

Shades of Reef #DAF991

Tints of Reef #DAF991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.69%

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

R = 35.62%
G = 40.69%
B = 23.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DAF991 (or 0xDAF991) is known color: Reef. HEX triplet: DA, F9 and 91. RGB value is (218,249,145). Sum of RGB (Red+Green+Blue) = 218+249+145=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF991 is #25066E. Grayscale: #E4E4E4. Windows color (decimal): -2426479 or 9566682. OLE color: 9566682.

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

Color convert

RGB 218 249 145 -
CMYK 0.12 0 0.42 0.02
HSL 77.88º 0.9% 0.77% -
HSV(B) 77.88º 0.42% 0.98% -
XYZ 67.9 84.7 39.56 -
YUV 227.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 218 249 145 0.12 0 0.42 0.02 77.88 0.9 0.77
Hex DA F9 91 C 0 2A 2 4E 5A 4D
Octal 332 371 221 14 0 52 2 116 132 115
Binary 11011010 11111001 10010001 1100 0 101010 10 1001110 1011010 1001101

Color Harmonies of #DAF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF991

Black with #DAF991

Text Example


Text Example

White with #DAF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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