Html Css Color HEX #D3F25C Mindaro

📋 copy color: '#D3F25C'

red 211 ◦ green 242 ◦ blue 92

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

Shades of Mindaro #D3F25C

Tints of Mindaro #D3F25C

RGB

 RED value IS 211 (82.81% from 255) = 38.72%

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

 BLUE value IS 92 (36.33% from 255) = 16.88%

R = 38.72%
G = 44.4%
B = 16.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#D3F25C (or 0xD3F25C) is known color: Mindaro. HEX triplet: D3, F2 and 5C. RGB value is (211,242,92). Sum of RGB (Red+Green+Blue) = 211+242+92=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F25C is #2C0DA3. Grayscale: #D8D8D8. Windows color (decimal): -2887076 or 6091475. OLE color: 6091475.

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

Color convert

RGB 211 242 92 -
CMYK 0.13 0 0.62 0.05
HSL 72.4º 0.85% 0.65% -
HSV(B) 72.4º 0.62% 0.95% -
XYZ 60.55 78.13 22.01 -
YUV 215.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 211 242 92 0.13 0 0.62 0.05 72.4 0.85 0.65
Hex D3 F2 5C D 0 3E 5 48 55 41
Octal 323 362 134 15 0 76 5 110 125 101
Binary 11010011 11110010 1011100 1101 0 111110 101 1001000 1010101 1000001

Color Harmonies of #D3F25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F25C

Black with #D3F25C

Text Example


Text Example

White with #D3F25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F25C; }

 p { color: rgb(211,242,92); }

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

background-color css

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

 a { background-color: rgb(211,242,92); }

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

border-color css

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

 span { border-color: rgb(211,242,92); }

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