Html Css Color HEX #D2F760 Mindaro

📋 copy color: '#D2F760'

red 210 ◦ green 247 ◦ blue 96

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

Shades of Mindaro #D2F760

Tints of Mindaro #D2F760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.36%

R = 37.97%
G = 44.67%
B = 17.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#D2F760 (or 0xD2F760) is known color: Mindaro. HEX triplet: D2, F7 and 60. RGB value is (210,247,96). Sum of RGB (Red+Green+Blue) = 210+247+96=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F760 is #2D089F. Grayscale: #DBDBDB. Windows color (decimal): -2951328 or 6354898. OLE color: 6354898.

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

Color convert

RGB 210 247 96 -
CMYK 0.15 0 0.61 0.03
HSL 74.7º 0.9% 0.67% -
HSV(B) 74.7º 0.61% 0.97% -
XYZ 61.95 81.07 23.45 -
YUV 218.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 210 247 96 0.15 0 0.61 0.03 74.7 0.9 0.67
Hex D2 F7 60 F 0 3D 3 4B 5A 43
Octal 322 367 140 17 0 75 3 113 132 103
Binary 11010010 11110111 1100000 1111 0 111101 11 1001011 1011010 1000011

Color Harmonies of #D2F760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F760

Black with #D2F760

Text Example


Text Example

White with #D2F760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F760; }

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

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

background-color css

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

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

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

border-color css

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

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

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