Html Css Color HEX #D2F15D Mindaro

📋 copy color: '#D2F15D'

red 210 ◦ green 241 ◦ blue 93

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

Shades of Mindaro #D2F15D

Tints of Mindaro #D2F15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

 BLUE value IS 93 (36.72% from 255) = 17.1%

R = 38.6%
G = 44.3%
B = 17.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#D2F15D (or 0xD2F15D) is known color: Mindaro. HEX triplet: D2, F1 and 5D. RGB value is (210,241,93). Sum of RGB (Red+Green+Blue) = 210+241+93=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F15D is #2D0EA2. Grayscale: #D7D7D7. Windows color (decimal): -2952867 or 6156754. OLE color: 6156754.

HSL color Cylindrical-coordinate representation of color #D2F15D: hue angle of 72.57º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2F15D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 93 -
CMYK 0.13 0 0.61 0.05
HSL 72.57º 0.84% 0.65% -
HSV(B) 72.57º 0.61% 0.95% -
XYZ 60.01 77.4 22.13 -
YUV 214.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 210 241 93 0.13 0 0.61 0.05 72.57 0.84 0.65
Hex D2 F1 5D D 0 3D 5 49 54 41
Octal 322 361 135 15 0 75 5 111 124 101
Binary 11010010 11110001 1011101 1101 0 111101 101 1001001 1010100 1000001

Color Harmonies of #D2F15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F15D

Black with #D2F15D

Text Example


Text Example

White with #D2F15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F15D; }

 p { color: rgb(210,241,93); }

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

background-color css

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

 a { background-color: rgb(210,241,93); }

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

border-color css

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

 span { border-color: rgb(210,241,93); }

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