Html Css Color HEX #D2F964 Mindaro

📋 copy color: '#D2F964'

red 210 ◦ green 249 ◦ blue 100

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

Shades of Mindaro #D2F964

Tints of Mindaro #D2F964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.54%

 BLUE value IS 100 (39.45% from 255) = 17.89%

R = 37.57%
G = 44.54%
B = 17.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D2F964 (or 0xD2F964) is known color: Mindaro. HEX triplet: D2, F9 and 64. RGB value is (210,249,100). Sum of RGB (Red+Green+Blue) = 210+249+100=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F964 is #2D069B. Grayscale: #DCDCDC. Windows color (decimal): -2950812 or 6617554. OLE color: 6617554.

HSL color Cylindrical-coordinate representation of color #D2F964: hue angle of 75.7º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F964 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 100 -
CMYK 0.16 0 0.60 0.02
HSL 75.7º 0.93% 0.68% -
HSV(B) 75.7º 0.6% 0.98% -
XYZ 62.75 82.37 24.65 -
YUV 220.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 210 249 100 0.16 0 0.60 0.02 75.7 0.93 0.68
Hex D2 F9 64 10 0 3C 2 4C 5D 44
Octal 322 371 144 20 0 74 2 114 135 104
Binary 11010010 11111001 1100100 10000 0 111100 10 1001100 1011101 1000100

Color Harmonies of #D2F964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F964

Black with #D2F964

Text Example


Text Example

White with #D2F964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F964; }

 p { color: rgb(210,249,100); }

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

background-color css

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

 a { background-color: rgb(210,249,100); }

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

border-color css

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

 span { border-color: rgb(210,249,100); }

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