Html Css Color HEX #D2F765 Mindaro

📋 copy color: '#D2F765'

red 210 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #D2F765

Tints of Mindaro #D2F765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.27%

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

R = 37.63%
G = 44.27%
B = 18.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#D2F765 (or 0xD2F765) is known color: Mindaro. HEX triplet: D2, F7 and 65. RGB value is (210,247,101). Sum of RGB (Red+Green+Blue) = 210+247+101=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F765 is #2D089A. Grayscale: #DBDBDB. Windows color (decimal): -2951323 or 6682578. OLE color: 6682578.

HSL color Cylindrical-coordinate representation of color #D2F765: hue angle of 75.21º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2F765 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 247 101 -
CMYK 0.15 0 0.59 0.03
HSL 75.21º 0.9% 0.68% -
HSV(B) 75.21º 0.59% 0.97% -
XYZ 62.19 81.16 24.7 -
YUV 219.29 61.24 121.37 -
System Red Green Blue C M Y K H S L
Decimal 210 247 101 0.15 0 0.59 0.03 75.21 0.9 0.68
Hex D2 F7 65 F 0 3B 3 4B 5A 44
Octal 322 367 145 17 0 73 3 113 132 104
Binary 11010010 11110111 1100101 1111 0 111011 11 1001011 1011010 1000100

Color Harmonies of #D2F765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F765

Black with #D2F765

Text Example


Text Example

White with #D2F765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F765; }

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

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

background-color css

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

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

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

border-color css

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

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

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