Html Css Color HEX #DAFE8C Reef

📋 copy color: '#DAFE8C'

red 218 ◦ green 254 ◦ blue 140

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

Shades of Reef #DAFE8C

Tints of Reef #DAFE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.88%

R = 35.62%
G = 41.5%
B = 22.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#DAFE8C (or 0xDAFE8C) is known color: Reef. HEX triplet: DA, FE and 8C. RGB value is (218,254,140). Sum of RGB (Red+Green+Blue) = 218+254+140=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8C is #250173. Grayscale: #E6E6E6. Windows color (decimal): -2425204 or 9240282. OLE color: 9240282.

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

Color convert

RGB 218 254 140 -
CMYK 0.14 0 0.45 0.00
HSL 78.95º 0.98% 0.77% -
HSV(B) 78.95º 0.45% 1% -
XYZ 69.09 87.68 38.09 -
YUV 230.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 218 254 140 0.14 0 0.45 0.00 78.95 0.98 0.77
Hex DA FE 8C E 0 2D 0 4F 62 4D
Octal 332 376 214 16 0 55 0 117 142 115
Binary 11011010 11111110 10001100 1110 0 101101 0 1001111 1100010 1001101

Color Harmonies of #DAFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE8C

Black with #DAFE8C

Text Example


Text Example

White with #DAFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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