Html Css Color HEX #D2F25A Mindaro

📋 copy color: '#D2F25A'

red 210 ◦ green 242 ◦ blue 90

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

Shades of Mindaro #D2F25A

Tints of Mindaro #D2F25A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 38.75%
G = 44.65%
B = 16.61%

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

#D2F25A (or 0xD2F25A) is known color: Mindaro. HEX triplet: D2, F2 and 5A. RGB value is (210,242,90). Sum of RGB (Red+Green+Blue) = 210+242+90=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F25A is #2D0DA5. Grayscale: #D7D7D7. Windows color (decimal): -2952614 or 5960402. OLE color: 5960402.

HSL color Cylindrical-coordinate representation of color #D2F25A: hue angle of 72.63º 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 #D2F25A is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 90 -
CMYK 0.13 0 0.63 0.05
HSL 72.63º 0.85% 0.65% -
HSV(B) 72.63º 0.63% 0.95% -
XYZ 60.18 77.94 21.55 -
YUV 215.1 57.4 124.36 -
System Red Green Blue C M Y K H S L
Decimal 210 242 90 0.13 0 0.63 0.05 72.63 0.85 0.65
Hex D2 F2 5A D 0 3F 5 49 55 41
Octal 322 362 132 15 0 77 5 111 125 101
Binary 11010010 11110010 1011010 1101 0 111111 101 1001001 1010101 1000001

Color Harmonies of #D2F25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F25A

Black with #D2F25A

Text Example


Text Example

White with #D2F25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F25A; }

 p { color: rgb(210,242,90); }

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

background-color css

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

 a { background-color: rgb(210,242,90); }

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

border-color css

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

 span { border-color: rgb(210,242,90); }

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