Html Css Color HEX #DAFD8D Reef

📋 copy color: '#DAFD8D'

red 218 ◦ green 253 ◦ blue 141

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

Shades of Reef #DAFD8D

Tints of Reef #DAFD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.04%

R = 35.62%
G = 41.34%
B = 23.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#DAFD8D (or 0xDAFD8D) is known color: Reef. HEX triplet: DA, FD and 8D. RGB value is (218,253,141). Sum of RGB (Red+Green+Blue) = 218+253+141=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD8D is #250272. Grayscale: #E6E6E6. Windows color (decimal): -2425459 or 9305562. OLE color: 9305562.

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

Color convert

RGB 218 253 141 -
CMYK 0.14 0 0.44 0.01
HSL 78.75º 0.97% 0.77% -
HSV(B) 78.75º 0.44% 0.99% -
XYZ 68.85 87.08 38.38 -
YUV 229.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 218 253 141 0.14 0 0.44 0.01 78.75 0.97 0.77
Hex DA FD 8D E 0 2C 1 4F 61 4D
Octal 332 375 215 16 0 54 1 117 141 115
Binary 11011010 11111101 10001101 1110 0 101100 1 1001111 1100001 1001101

Color Harmonies of #DAFD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD8D

Black with #DAFD8D

Text Example


Text Example

White with #DAFD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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