Html Css Color HEX #D4FA5D Mindaro

📋 copy color: '#D4FA5D'

red 212 ◦ green 250 ◦ blue 93

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

Shades of Mindaro #D4FA5D

Tints of Mindaro #D4FA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.05%

 BLUE value IS 93 (36.72% from 255) = 16.76%

R = 38.2%
G = 45.05%
B = 16.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D4FA5D (or 0xD4FA5D) is known color: Mindaro. HEX triplet: D4, FA and 5D. RGB value is (212,250,93). Sum of RGB (Red+Green+Blue) = 212+250+93=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA5D is #2B05A2. Grayscale: #DDDDDD. Windows color (decimal): -2819491 or 6159060. OLE color: 6159060.

HSL color Cylindrical-coordinate representation of color #D4FA5D: hue angle of 74.52º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4FA5D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 93 -
CMYK 0.15 0 0.63 0.02
HSL 74.52º 0.94% 0.67% -
HSV(B) 74.52º 0.63% 0.98% -
XYZ 63.31 83.16 23.07 -
YUV 220.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 212 250 93 0.15 0 0.63 0.02 74.52 0.94 0.67
Hex D4 FA 5D F 0 3F 2 4B 5E 43
Octal 324 372 135 17 0 77 2 113 136 103
Binary 11010100 11111010 1011101 1111 0 111111 10 1001011 1011110 1000011

Color Harmonies of #D4FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA5D

Black with #D4FA5D

Text Example


Text Example

White with #D4FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA5D; }

 p { color: rgb(212,250,93); }

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

background-color css

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

 a { background-color: rgb(212,250,93); }

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

border-color css

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

 span { border-color: rgb(212,250,93); }

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