Html Css Color HEX #DAFE8D Reef

📋 copy color: '#DAFE8D'

red 218 ◦ green 254 ◦ blue 141

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

Shades of Reef #DAFE8D

Tints of Reef #DAFE8D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.44%

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

R = 35.56%
G = 41.44%
B = 23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#DAFE8D (or 0xDAFE8D) is known color: Reef. HEX triplet: DA, FE and 8D. RGB value is (218,254,141). Sum of RGB (Red+Green+Blue) = 218+254+141=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8D is #250172. Grayscale: #E6E6E6. Windows color (decimal): -2425203 or 9305818. OLE color: 9305818.

HSL color Cylindrical-coordinate representation of color #DAFE8D: hue angle of 79.12º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAFE8D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 141 -
CMYK 0.14 0 0.44 0.00
HSL 79.12º 0.98% 0.77% -
HSV(B) 79.12º 0.44% 1% -
XYZ 69.16 87.71 38.48 -
YUV 230.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 218 254 141 0.14 0 0.44 0.00 79.12 0.98 0.77
Hex DA FE 8D E 0 2C 0 4F 62 4D
Octal 332 376 215 16 0 54 0 117 142 115
Binary 11011010 11111110 10001101 1110 0 101100 0 1001111 1100010 1001101

Color Harmonies of #DAFE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE8D

Black with #DAFE8D

Text Example


Text Example

White with #DAFE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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