Html Css Color HEX #D4F25B Mindaro

📋 copy color: '#D4F25B'

red 212 ◦ green 242 ◦ blue 91

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

Shades of Mindaro #D4F25B

Tints of Mindaro #D4F25B

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

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

 BLUE value IS 91 (35.94% from 255) = 16.7%

R = 38.9%
G = 44.4%
B = 16.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#D4F25B (or 0xD4F25B) is known color: Mindaro. HEX triplet: D4, F2 and 5B. RGB value is (212,242,91). Sum of RGB (Red+Green+Blue) = 212+242+91=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F25B is #2B0DA4. Grayscale: #D8D8D8. Windows color (decimal): -2821541 or 6025940. OLE color: 6025940.

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

Color convert

RGB 212 242 91 -
CMYK 0.12 0 0.62 0.05
HSL 71.92º 0.85% 0.65% -
HSV(B) 71.92º 0.62% 0.95% -
XYZ 60.79 78.26 21.8 -
YUV 215.82 57.56 125.28 -
System Red Green Blue C M Y K H S L
Decimal 212 242 91 0.12 0 0.62 0.05 71.92 0.85 0.65
Hex D4 F2 5B C 0 3E 5 48 55 41
Octal 324 362 133 14 0 76 5 110 125 101
Binary 11010100 11110010 1011011 1100 0 111110 101 1001000 1010101 1000001

Color Harmonies of #D4F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F25B

Black with #D4F25B

Text Example


Text Example

White with #D4F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F25B; }

 p { color: rgb(212,242,91); }

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

background-color css

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

 a { background-color: rgb(212,242,91); }

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

border-color css

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

 span { border-color: rgb(212,242,91); }

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