Html Css Color HEX #D2F95F Mindaro

📋 copy color: '#D2F95F'

red 210 ◦ green 249 ◦ blue 95

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

Shades of Mindaro #D2F95F

Tints of Mindaro #D2F95F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 37.91%
G = 44.95%
B = 17.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#D2F95F (or 0xD2F95F) is known color: Mindaro. HEX triplet: D2, F9 and 5F. RGB value is (210,249,95). Sum of RGB (Red+Green+Blue) = 210+249+95=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F95F is #2D06A0. Grayscale: #DCDCDC. Windows color (decimal): -2950817 or 6289874. OLE color: 6289874.

HSL color Cylindrical-coordinate representation of color #D2F95F: hue angle of 75.19º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2F95F is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 95 -
CMYK 0.16 0 0.62 0.02
HSL 75.19º 0.93% 0.67% -
HSV(B) 75.19º 0.62% 0.98% -
XYZ 62.52 82.28 23.41 -
YUV 219.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 210 249 95 0.16 0 0.62 0.02 75.19 0.93 0.67
Hex D2 F9 5F 10 0 3E 2 4B 5D 43
Octal 322 371 137 20 0 76 2 113 135 103
Binary 11010010 11111001 1011111 10000 0 111110 10 1001011 1011101 1000011

Color Harmonies of #D2F95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F95F

Black with #D2F95F

Text Example


Text Example

White with #D2F95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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