Html Css Color HEX #DAFE8A Reef

📋 copy color: '#DAFE8A'

red 218 ◦ green 254 ◦ blue 138

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

Shades of Reef #DAFE8A

Tints of Reef #DAFE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.62%

R = 35.74%
G = 41.64%
B = 22.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#DAFE8A (or 0xDAFE8A) is known color: Reef. HEX triplet: DA, FE and 8A. RGB value is (218,254,138). Sum of RGB (Red+Green+Blue) = 218+254+138=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8A is #250175. Grayscale: #E6E6E6. Windows color (decimal): -2425206 or 9109210. OLE color: 9109210.

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

Color convert

RGB 218 254 138 -
CMYK 0.14 0 0.46 0.00
HSL 78.62º 0.98% 0.77% -
HSV(B) 78.62º 0.46% 1% -
XYZ 68.94 87.62 37.32 -
YUV 230.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 218 254 138 0.14 0 0.46 0.00 78.62 0.98 0.77
Hex DA FE 8A E 0 2E 0 4F 62 4D
Octal 332 376 212 16 0 56 0 117 142 115
Binary 11011010 11111110 10001010 1110 0 101110 0 1001111 1100010 1001101

Color Harmonies of #DAFE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE8A

Black with #DAFE8A

Text Example


Text Example

White with #DAFE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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