Html Css Color HEX #D4F27A Mindaro

📋 copy color: '#D4F27A'

red 212 ◦ green 242 ◦ blue 122

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

Shades of Mindaro #D4F27A

Tints of Mindaro #D4F27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.18%

R = 36.81%
G = 42.01%
B = 21.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#D4F27A (or 0xD4F27A) is known color: Mindaro. HEX triplet: D4, F2 and 7A. RGB value is (212,242,122). Sum of RGB (Red+Green+Blue) = 212+242+122=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F27A is #2B0D85. Grayscale: #DBDBDB. Windows color (decimal): -2821510 or 8057556. OLE color: 8057556.

HSL color Cylindrical-coordinate representation of color #D4F27A: hue angle of 75º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F27A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 122 -
CMYK 0.12 0 0.50 0.05
HSL 75º 0.82% 0.71% -
HSV(B) 75º 0.5% 0.95% -
XYZ 62.42 78.91 30.35 -
YUV 219.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 212 242 122 0.12 0 0.50 0.05 75 0.82 0.71
Hex D4 F2 7A C 0 32 5 4B 52 47
Octal 324 362 172 14 0 62 5 113 122 107
Binary 11010100 11110010 1111010 1100 0 110010 101 1001011 1010010 1000111

Color Harmonies of #D4F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F27A

Black with #D4F27A

Text Example


Text Example

White with #D4F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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