Html Css Color HEX #D4FDA0 Reef

📋 copy color: '#D4FDA0'

red 212 ◦ green 253 ◦ blue 160

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

Shades of Reef #D4FDA0

Tints of Reef #D4FDA0

RGB

 RED value IS 212 (83.2% from 255) = 33.92%

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

 BLUE value IS 160 (62.89% from 255) = 25.6%

R = 33.92%
G = 40.48%
B = 25.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#D4FDA0 (or 0xD4FDA0) is known color: Reef. HEX triplet: D4, FD and A0. RGB value is (212,253,160). Sum of RGB (Red+Green+Blue) = 212+253+160=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FDA0 is #2B025F. Grayscale: #E6E6E6. Windows color (decimal): -2818656 or 10550740. OLE color: 10550740.

HSL color Cylindrical-coordinate representation of color #D4FDA0: hue angle of 86.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4FDA0 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 253 160 -
CMYK 0.16 0 0.37 0.01
HSL 86.45º 0.96% 0.81% -
HSV(B) 86.45º 0.37% 0.99% -
XYZ 68.62 86.79 46.39 -
YUV 230.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 212 253 160 0.16 0 0.37 0.01 86.45 0.96 0.81
Hex D4 FD A0 10 0 25 1 56 60 51
Octal 324 375 240 20 0 45 1 126 140 121
Binary 11010100 11111101 10100000 10000 0 100101 1 1010110 1100000 1010001

Color Harmonies of #D4FDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FDA0

Black with #D4FDA0

Text Example


Text Example

White with #D4FDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FDA0; }

 p { color: rgb(212,253,160); }

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

background-color css

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

 a { background-color: rgb(212,253,160); }

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

border-color css

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

 span { border-color: rgb(212,253,160); }

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