Html Css Color HEX #DAFE98 Reef

📋 copy color: '#DAFE98'

red 218 ◦ green 254 ◦ blue 152

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

Shades of Reef #DAFE98

Tints of Reef #DAFE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.36%

R = 34.94%
G = 40.71%
B = 24.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#DAFE98 (or 0xDAFE98) is known color: Reef. HEX triplet: DA, FE and 98. RGB value is (218,254,152). Sum of RGB (Red+Green+Blue) = 218+254+152=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE98 is #250167. Grayscale: #E7E7E7. Windows color (decimal): -2425192 or 10026714. OLE color: 10026714.

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

Color convert

RGB 218 254 152 -
CMYK 0.14 0 0.40 0.00
HSL 81.18º 0.98% 0.8% -
HSV(B) 81.18º 0.4% 1% -
XYZ 70.02 88.06 43.01 -
YUV 231.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 218 254 152 0.14 0 0.40 0.00 81.18 0.98 0.8
Hex DA FE 98 E 0 28 0 51 62 50
Octal 332 376 230 16 0 50 0 121 142 120
Binary 11011010 11111110 10011000 1110 0 101000 0 1010001 1100010 1010000

Color Harmonies of #DAFE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE98

Black with #DAFE98

Text Example


Text Example

White with #DAFE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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