Html Css Color HEX #D2F158 Mindaro

📋 copy color: '#D2F158'

red 210 ◦ green 241 ◦ blue 88

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

Shades of Mindaro #D2F158

Tints of Mindaro #D2F158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.33%

R = 38.96%
G = 44.71%
B = 16.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#D2F158 (or 0xD2F158) is known color: Mindaro. HEX triplet: D2, F1 and 58. RGB value is (210,241,88). Sum of RGB (Red+Green+Blue) = 210+241+88=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F158 is #2D0EA7. Grayscale: #D6D6D6. Windows color (decimal): -2952872 or 5829074. OLE color: 5829074.

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

Color convert

RGB 210 241 88 -
CMYK 0.13 0 0.63 0.05
HSL 72.16º 0.85% 0.65% -
HSV(B) 72.16º 0.63% 0.95% -
XYZ 59.8 77.32 21 -
YUV 214.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 210 241 88 0.13 0 0.63 0.05 72.16 0.85 0.65
Hex D2 F1 58 D 0 3F 5 48 55 41
Octal 322 361 130 15 0 77 5 110 125 101
Binary 11010010 11110001 1011000 1101 0 111111 101 1001000 1010101 1000001

Color Harmonies of #D2F158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F158

Black with #D2F158

Text Example


Text Example

White with #D2F158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F158; }

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

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

background-color css

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

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

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

border-color css

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

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

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