Html Css Color HEX #D2F05F Mindaro

📋 copy color: '#D2F05F'

red 210 ◦ green 240 ◦ blue 95

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

Shades of Mindaro #D2F05F

Tints of Mindaro #D2F05F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 38.53%
G = 44.04%
B = 17.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#D2F05F (or 0xD2F05F) is known color: Mindaro. HEX triplet: D2, F0 and 5F. RGB value is (210,240,95). Sum of RGB (Red+Green+Blue) = 210+240+95=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F05F is #2D0FA0. Grayscale: #D7D7D7. Windows color (decimal): -2953121 or 6287570. OLE color: 6287570.

HSL color Cylindrical-coordinate representation of color #D2F05F: hue angle of 72.41º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F05F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 240 95 -
CMYK 0.12 0 0.60 0.06
HSL 72.41º 0.83% 0.66% -
HSV(B) 72.41º 0.6% 0.94% -
XYZ 59.8 76.85 22.51 -
YUV 214.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 210 240 95 0.12 0 0.60 0.06 72.41 0.83 0.66
Hex D2 F0 5F C 0 3C 6 48 53 42
Octal 322 360 137 14 0 74 6 110 123 102
Binary 11010010 11110000 1011111 1100 0 111100 110 1001000 1010011 1000010

Color Harmonies of #D2F05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F05F

Black with #D2F05F

Text Example


Text Example

White with #D2F05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F05F; }

 p { color: rgb(210,240,95); }

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

background-color css

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

 a { background-color: rgb(210,240,95); }

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

border-color css

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

 span { border-color: rgb(210,240,95); }

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