Html Css Color HEX #D2F565 Mindaro

📋 copy color: '#D2F565'

red 210 ◦ green 245 ◦ blue 101

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

Shades of Mindaro #D2F565

Tints of Mindaro #D2F565

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.06%

 BLUE value IS 101 (39.84% from 255) = 18.17%

R = 37.77%
G = 44.06%
B = 18.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#D2F565 (or 0xD2F565) is known color: Mindaro. HEX triplet: D2, F5 and 65. RGB value is (210,245,101). Sum of RGB (Red+Green+Blue) = 210+245+101=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F565 is #2D0A9A. Grayscale: #DADADA. Windows color (decimal): -2951835 or 6682066. OLE color: 6682066.

HSL color Cylindrical-coordinate representation of color #D2F565: hue angle of 74.58º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2F565 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 245 101 -
CMYK 0.14 0 0.59 0.04
HSL 74.58º 0.88% 0.68% -
HSV(B) 74.58º 0.59% 0.96% -
XYZ 61.58 79.95 24.5 -
YUV 218.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 210 245 101 0.14 0 0.59 0.04 74.58 0.88 0.68
Hex D2 F5 65 E 0 3B 4 4B 58 44
Octal 322 365 145 16 0 73 4 113 130 104
Binary 11010010 11110101 1100101 1110 0 111011 100 1001011 1011000 1000100

Color Harmonies of #D2F565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F565

Black with #D2F565

Text Example


Text Example

White with #D2F565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F565; }

 p { color: rgb(210,245,101); }

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

background-color css

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

 a { background-color: rgb(210,245,101); }

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

border-color css

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

 span { border-color: rgb(210,245,101); }

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