Html Css Color HEX #D2FA4E Mindaro

📋 copy color: '#D2FA4E'

red 210 ◦ green 250 ◦ blue 78

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

Shades of Mindaro #D2FA4E

Tints of Mindaro #D2FA4E

RGB

 RED value IS 210 (82.42% from 255) = 39.03%

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

 BLUE value IS 78 (30.86% from 255) = 14.5%

R = 39.03%
G = 46.47%
B = 14.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#D2FA4E (or 0xD2FA4E) is known color: Mindaro. HEX triplet: D2, FA and 4E. RGB value is (210,250,78). Sum of RGB (Red+Green+Blue) = 210+250+78=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA4E is #2D05B1. Grayscale: #DBDBDB. Windows color (decimal): -2950578 or 5176018. OLE color: 5176018.

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

Color convert

RGB 210 250 78 -
CMYK 0.16 0 0.69 0.02
HSL 73.95º 0.95% 0.64% -
HSV(B) 73.95º 0.69% 0.98% -
XYZ 62.14 82.62 19.88 -
YUV 218.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 210 250 78 0.16 0 0.69 0.02 73.95 0.95 0.64
Hex D2 FA 4E 10 0 45 2 4A 5F 40
Octal 322 372 116 20 0 105 2 112 137 100
Binary 11010010 11111010 1001110 10000 0 1000101 10 1001010 1011111 1000000

Color Harmonies of #D2FA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA4E

Black with #D2FA4E

Text Example


Text Example

White with #D2FA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA4E; }

 p { color: rgb(210,250,78); }

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

background-color css

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

 a { background-color: rgb(210,250,78); }

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

border-color css

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

 span { border-color: rgb(210,250,78); }

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