Html Css Color HEX #DAFC8F Reef

📋 copy color: '#DAFC8F'

red 218 ◦ green 252 ◦ blue 143

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

Shades of Reef #DAFC8F

Tints of Reef #DAFC8F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

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

R = 35.56%
G = 41.11%
B = 23.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#DAFC8F (or 0xDAFC8F) is known color: Reef. HEX triplet: DA, FC and 8F. RGB value is (218,252,143). Sum of RGB (Red+Green+Blue) = 218+252+143=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC8F is #250370. Grayscale: #E5E5E5. Windows color (decimal): -2425713 or 9436378. OLE color: 9436378.

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

Color convert

RGB 218 252 143 -
CMYK 0.13 0 0.43 0.01
HSL 78.72º 0.95% 0.77% -
HSV(B) 78.72º 0.43% 0.99% -
XYZ 68.68 86.51 39.06 -
YUV 229.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 218 252 143 0.13 0 0.43 0.01 78.72 0.95 0.77
Hex DA FC 8F D 0 2B 1 4F 5F 4D
Octal 332 374 217 15 0 53 1 117 137 115
Binary 11011010 11111100 10001111 1101 0 101011 1 1001111 1011111 1001101

Color Harmonies of #DAFC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC8F

Black with #DAFC8F

Text Example


Text Example

White with #DAFC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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