Html Css Color HEX #DAF391 Reef

📋 copy color: '#DAF391'

red 218 ◦ green 243 ◦ blue 145

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

Shades of Reef #DAF391

Tints of Reef #DAF391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.1%

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

R = 35.97%
G = 40.1%
B = 23.93%

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

#DAF391 (or 0xDAF391) is known color: Reef. HEX triplet: DA, F3 and 91. RGB value is (218,243,145). Sum of RGB (Red+Green+Blue) = 218+243+145=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF391 is #250C6E. Grayscale: #E0E0E0. Windows color (decimal): -2428015 or 9565146. OLE color: 9565146.

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

Color convert

RGB 218 243 145 -
CMYK 0.10 0 0.40 0.05
HSL 75.31º 0.8% 0.76% -
HSV(B) 75.31º 0.4% 0.95% -
XYZ 66.07 81.05 38.95 -
YUV 224.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 218 243 145 0.10 0 0.40 0.05 75.31 0.8 0.76
Hex DA F3 91 A 0 28 5 4B 50 4C
Octal 332 363 221 12 0 50 5 113 120 114
Binary 11011010 11110011 10010001 1010 0 101000 101 1001011 1010000 1001100

Color Harmonies of #DAF391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF391

Black with #DAF391

Text Example


Text Example

White with #DAF391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF391; }

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

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

background-color css

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

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

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

border-color css

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

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

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