Html Css Color HEX #DAFF8D Reef

📋 copy color: '#DAFF8D'

red 218 ◦ green 255 ◦ blue 141

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

Shades of Reef #DAFF8D

Tints of Reef #DAFF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.96%

R = 35.5%
G = 41.53%
B = 22.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#DAFF8D (or 0xDAFF8D) is known color: Reef. HEX triplet: DA, FF and 8D. RGB value is (218,255,141). Sum of RGB (Red+Green+Blue) = 218+255+141=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF8D is #250072. Grayscale: #E7E7E7. Windows color (decimal): -2424947 or 9306074. OLE color: 9306074.

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

Color convert

RGB 218 255 141 -
CMYK 0.15 0 0.45 0
HSL 79.47º 1% 0.78% -
HSV(B) 79.47º 0.45% 1% -
XYZ 69.48 88.35 38.59 -
YUV 230.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 218 255 141 0.15 0 0.45 0 79.47 1 0.78
Hex DA FF 8D F 0 2D 0 4F 64 4E
Octal 332 377 215 17 0 55 0 117 144 116
Binary 11011010 11111111 10001101 1111 0 101101 0 1001111 1100100 1001110

Color Harmonies of #DAFF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF8D

Black with #DAFF8D

Text Example


Text Example

White with #DAFF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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