Html Css Color HEX #DAFF95 Reef

📋 copy color: '#DAFF95'

red 218 ◦ green 255 ◦ blue 149

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

Shades of Reef #DAFF95

Tints of Reef #DAFF95

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

 BLUE value IS 149 (58.59% from 255) = 23.95%

R = 35.05%
G = 41%
B = 23.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#DAFF95 (or 0xDAFF95) is known color: Reef. HEX triplet: DA, FF and 95. RGB value is (218,255,149). Sum of RGB (Red+Green+Blue) = 218+255+149=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF95 is #25006A. Grayscale: #E8E8E8. Windows color (decimal): -2424939 or 9830362. OLE color: 9830362.

HSL color Cylindrical-coordinate representation of color #DAFF95: hue angle of 80.94º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAFF95 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 149 -
CMYK 0.15 0 0.42 0
HSL 80.94º 1% 0.79% -
HSV(B) 80.94º 0.42% 1% -
XYZ 70.1 88.6 41.84 -
YUV 231.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 218 255 149 0.15 0 0.42 0 80.94 1 0.79
Hex DA FF 95 F 0 2A 0 51 64 4F
Octal 332 377 225 17 0 52 0 121 144 117
Binary 11011010 11111111 10010101 1111 0 101010 0 1010001 1100100 1001111

Color Harmonies of #DAFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF95

Black with #DAFF95

Text Example


Text Example

White with #DAFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF95; }

 p { color: rgb(218,255,149); }

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

background-color css

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

 a { background-color: rgb(218,255,149); }

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

border-color css

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

 span { border-color: rgb(218,255,149); }

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