Html Css Color HEX #D2F15E Mindaro

📋 copy color: '#D2F15E'

red 210 ◦ green 241 ◦ blue 94

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

Shades of Mindaro #D2F15E

Tints of Mindaro #D2F15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.25%

R = 38.53%
G = 44.22%
B = 17.25%

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

#D2F15E (or 0xD2F15E) is known color: Mindaro. HEX triplet: D2, F1 and 5E. RGB value is (210,241,94). Sum of RGB (Red+Green+Blue) = 210+241+94=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F15E is #2D0EA1. Grayscale: #D7D7D7. Windows color (decimal): -2952866 or 6222290. OLE color: 6222290.

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

Color convert

RGB 210 241 94 -
CMYK 0.13 0 0.61 0.05
HSL 72.65º 0.84% 0.66% -
HSV(B) 72.65º 0.61% 0.95% -
XYZ 60.05 77.42 22.37 -
YUV 214.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 210 241 94 0.13 0 0.61 0.05 72.65 0.84 0.66
Hex D2 F1 5E D 0 3D 5 49 54 42
Octal 322 361 136 15 0 75 5 111 124 102
Binary 11010010 11110001 1011110 1101 0 111101 101 1001001 1010100 1000010

Color Harmonies of #D2F15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F15E

Black with #D2F15E

Text Example


Text Example

White with #D2F15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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