Html Css Color HEX #DAFE8F Reef

📋 copy color: '#DAFE8F'

red 218 ◦ green 254 ◦ blue 143

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

Shades of Reef #DAFE8F

Tints of Reef #DAFE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.25%

R = 35.45%
G = 41.3%
B = 23.25%

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

#DAFE8F (or 0xDAFE8F) is known color: Reef. HEX triplet: DA, FE and 8F. RGB value is (218,254,143). Sum of RGB (Red+Green+Blue) = 218+254+143=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8F is #250170. Grayscale: #E6E6E6. Windows color (decimal): -2425201 or 9436890. OLE color: 9436890.

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

Color convert

RGB 218 254 143 -
CMYK 0.14 0 0.44 0.00
HSL 79.46º 0.98% 0.78% -
HSV(B) 79.46º 0.44% 1% -
XYZ 69.31 87.77 39.28 -
YUV 230.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 218 254 143 0.14 0 0.44 0.00 79.46 0.98 0.78
Hex DA FE 8F E 0 2C 0 4F 62 4E
Octal 332 376 217 16 0 54 0 117 142 116
Binary 11011010 11111110 10001111 1110 0 101100 0 1001111 1100010 1001110

Color Harmonies of #DAFE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE8F

Black with #DAFE8F

Text Example


Text Example

White with #DAFE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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