Html Css Color HEX #DAFD8E Reef

📋 copy color: '#DAFD8E'

red 218 ◦ green 253 ◦ blue 142

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

Shades of Reef #DAFD8E

Tints of Reef #DAFD8E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

 BLUE value IS 142 (55.86% from 255) = 23.16%

R = 35.56%
G = 41.27%
B = 23.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#DAFD8E (or 0xDAFD8E) is known color: Reef. HEX triplet: DA, FD and 8E. RGB value is (218,253,142). Sum of RGB (Red+Green+Blue) = 218+253+142=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD8E is #250271. Grayscale: #E6E6E6. Windows color (decimal): -2425458 or 9371098. OLE color: 9371098.

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

Color convert

RGB 218 253 142 -
CMYK 0.14 0 0.44 0.01
HSL 78.92º 0.97% 0.77% -
HSV(B) 78.92º 0.44% 0.99% -
XYZ 68.92 87.11 38.77 -
YUV 229.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 218 253 142 0.14 0 0.44 0.01 78.92 0.97 0.77
Hex DA FD 8E E 0 2C 1 4F 61 4D
Octal 332 375 216 16 0 54 1 117 141 115
Binary 11011010 11111101 10001110 1110 0 101100 1 1001111 1100001 1001101

Color Harmonies of #DAFD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD8E

Black with #DAFD8E

Text Example


Text Example

White with #DAFD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD8E; }

 p { color: rgb(218,253,142); }

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

background-color css

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

 a { background-color: rgb(218,253,142); }

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

border-color css

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

 span { border-color: rgb(218,253,142); }

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