Html Css Color HEX #DAFE9A Reef

📋 copy color: '#DAFE9A'

red 218 ◦ green 254 ◦ blue 154

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

Shades of Reef #DAFE9A

Tints of Reef #DAFE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.6%

R = 34.82%
G = 40.58%
B = 24.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#DAFE9A (or 0xDAFE9A) is known color: Reef. HEX triplet: DA, FE and 9A. RGB value is (218,254,154). Sum of RGB (Red+Green+Blue) = 218+254+154=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE9A is #250165. Grayscale: #E8E8E8. Windows color (decimal): -2425190 or 10157786. OLE color: 10157786.

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

Color convert

RGB 218 254 154 -
CMYK 0.14 0 0.39 0.00
HSL 81.6º 0.98% 0.8% -
HSV(B) 81.6º 0.39% 1% -
XYZ 70.19 88.12 43.88 -
YUV 231.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 218 254 154 0.14 0 0.39 0.00 81.6 0.98 0.8
Hex DA FE 9A E 0 27 0 52 62 50
Octal 332 376 232 16 0 47 0 122 142 120
Binary 11011010 11111110 10011010 1110 0 100111 0 1010010 1100010 1010000

Color Harmonies of #DAFE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE9A

Black with #DAFE9A

Text Example


Text Example

White with #DAFE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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