Html Css Color HEX #DAFD8A Reef

📋 copy color: '#DAFD8A'

red 218 ◦ green 253 ◦ blue 138

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

Shades of Reef #DAFD8A

Tints of Reef #DAFD8A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.54%

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

R = 35.8%
G = 41.54%
B = 22.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DAFD8A (or 0xDAFD8A) is known color: Reef. HEX triplet: DA, FD and 8A. RGB value is (218,253,138). Sum of RGB (Red+Green+Blue) = 218+253+138=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD8A is #250275. Grayscale: #E5E5E5. Windows color (decimal): -2425462 or 9108954. OLE color: 9108954.

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

Color convert

RGB 218 253 138 -
CMYK 0.14 0 0.45 0.01
HSL 78.26º 0.97% 0.77% -
HSV(B) 78.26º 0.45% 0.99% -
XYZ 68.63 86.99 37.22 -
YUV 229.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 218 253 138 0.14 0 0.45 0.01 78.26 0.97 0.77
Hex DA FD 8A E 0 2D 1 4E 61 4D
Octal 332 375 212 16 0 55 1 116 141 115
Binary 11011010 11111101 10001010 1110 0 101101 1 1001110 1100001 1001101

Color Harmonies of #DAFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD8A

Black with #DAFD8A

Text Example


Text Example

White with #DAFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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