Html Css Color HEX #D4FD5A Mindaro

📋 copy color: '#D4FD5A'

red 212 ◦ green 253 ◦ blue 90

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

Shades of Mindaro #D4FD5A

Tints of Mindaro #D4FD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.22%

R = 38.2%
G = 45.59%
B = 16.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#D4FD5A (or 0xD4FD5A) is known color: Mindaro. HEX triplet: D4, FD and 5A. RGB value is (212,253,90). Sum of RGB (Red+Green+Blue) = 212+253+90=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 90 (35.55% from 255 or 16.22% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FD5A is #2B02A5. Grayscale: #DEDEDE. Windows color (decimal): -2818726 or 5963220. OLE color: 5963220.

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

Color convert

RGB 212 253 90 -
CMYK 0.16 0 0.64 0.01
HSL 75.09º 0.98% 0.67% -
HSV(B) 75.09º 0.64% 0.99% -
XYZ 64.12 84.99 22.7 -
YUV 222.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 212 253 90 0.16 0 0.64 0.01 75.09 0.98 0.67
Hex D4 FD 5A 10 0 40 1 4B 62 43
Octal 324 375 132 20 0 100 1 113 142 103
Binary 11010100 11111101 1011010 10000 0 1000000 1 1001011 1100010 1000011

Color Harmonies of #D4FD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD5A

Black with #D4FD5A

Text Example


Text Example

White with #D4FD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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