Html Css Color HEX #D2FD64 Mindaro

📋 copy color: '#D2FD64'

red 210 ◦ green 253 ◦ blue 100

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

Shades of Mindaro #D2FD64

Tints of Mindaro #D2FD64

RGB

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

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

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

R = 37.3%
G = 44.94%
B = 17.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#D2FD64 (or 0xD2FD64) is known color: Mindaro. HEX triplet: D2, FD and 64. RGB value is (210,253,100). Sum of RGB (Red+Green+Blue) = 210+253+100=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD64 is #2D029B. Grayscale: #DFDFDF. Windows color (decimal): -2949788 or 6618578. OLE color: 6618578.

HSL color Cylindrical-coordinate representation of color #D2FD64: hue angle of 76.86º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2FD64 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 100 -
CMYK 0.17 0 0.60 0.01
HSL 76.86º 0.97% 0.69% -
HSV(B) 76.86º 0.6% 0.99% -
XYZ 64 84.87 25.07 -
YUV 222.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 210 253 100 0.17 0 0.60 0.01 76.86 0.97 0.69
Hex D2 FD 64 11 0 3C 1 4D 61 45
Octal 322 375 144 21 0 74 1 115 141 105
Binary 11010010 11111101 1100100 10001 0 111100 1 1001101 1100001 1000101

Color Harmonies of #D2FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD64

Black with #D2FD64

Text Example


Text Example

White with #D2FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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