Html Css Color HEX #DAFA91 Reef

📋 copy color: '#DAFA91'

red 218 ◦ green 250 ◦ blue 145

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

Shades of Reef #DAFA91

Tints of Reef #DAFA91

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.78%

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

R = 35.56%
G = 40.78%
B = 23.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DAFA91 (or 0xDAFA91) is known color: Reef. HEX triplet: DA, FA and 91. RGB value is (218,250,145). Sum of RGB (Red+Green+Blue) = 218+250+145=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA91 is #25056E. Grayscale: #E4E4E4. Windows color (decimal): -2426223 or 9566938. OLE color: 9566938.

HSL color Cylindrical-coordinate representation of color #DAFA91: hue angle of 78.29º degrees, saturation: 0.91, 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 #DAFA91 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 145 -
CMYK 0.13 0 0.42 0.02
HSL 78.29º 0.91% 0.77% -
HSV(B) 78.29º 0.42% 0.98% -
XYZ 68.21 85.32 39.66 -
YUV 228.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 218 250 145 0.13 0 0.42 0.02 78.29 0.91 0.77
Hex DA FA 91 D 0 2A 2 4E 5B 4D
Octal 332 372 221 15 0 52 2 116 133 115
Binary 11011010 11111010 10010001 1101 0 101010 10 1001110 1011011 1001101

Color Harmonies of #DAFA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA91

Black with #DAFA91

Text Example


Text Example

White with #DAFA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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