Html Css Color HEX #DAFD8C Reef

📋 copy color: '#DAFD8C'

red 218 ◦ green 253 ◦ blue 140

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

Shades of Reef #DAFD8C

Tints of Reef #DAFD8C

RGB

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

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

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

R = 35.68%
G = 41.41%
B = 22.91%

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

#DAFD8C (or 0xDAFD8C) is known color: Reef. HEX triplet: DA, FD and 8C. RGB value is (218,253,140). Sum of RGB (Red+Green+Blue) = 218+253+140=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFD8C is #250273. Grayscale: #E6E6E6. Windows color (decimal): -2425460 or 9240026. OLE color: 9240026.

HSL color Cylindrical-coordinate representation of color #DAFD8C: hue angle of 78.58º 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 #DAFD8C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 140 -
CMYK 0.14 0 0.45 0.01
HSL 78.58º 0.97% 0.77% -
HSV(B) 78.58º 0.45% 0.99% -
XYZ 68.77 87.05 37.99 -
YUV 229.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 218 253 140 0.14 0 0.45 0.01 78.58 0.97 0.77
Hex DA FD 8C E 0 2D 1 4F 61 4D
Octal 332 375 214 16 0 55 1 117 141 115
Binary 11011010 11111101 10001100 1110 0 101101 1 1001111 1100001 1001101

Color Harmonies of #DAFD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD8C

Black with #DAFD8C

Text Example


Text Example

White with #DAFD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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