Html Css Color HEX #D4E282 Mindaro

📋 copy color: '#D4E282'

red 212 ◦ green 226 ◦ blue 130

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

Shades of Mindaro #D4E282

Tints of Mindaro #D4E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.79%

 BLUE value IS 130 (51.17% from 255) = 22.89%

R = 37.32%
G = 39.79%
B = 22.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#D4E282 (or 0xD4E282) is known color: Mindaro. HEX triplet: D4, E2 and 82. RGB value is (212,226,130). Sum of RGB (Red+Green+Blue) = 212+226+130=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E282 is #2B1D7D. Grayscale: #D3D3D3. Windows color (decimal): -2825598 or 8577748. OLE color: 8577748.

HSL color Cylindrical-coordinate representation of color #D4E282: hue angle of 68.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4E282 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 226 130 -
CMYK 0.06 0 0.42 0.11
HSL 68.75º 0.62% 0.7% -
HSV(B) 68.75º 0.42% 0.89% -
XYZ 58.38 70 31.55 -
YUV 210.87 82.36 128.81 -
System Red Green Blue C M Y K H S L
Decimal 212 226 130 0.06 0 0.42 0.11 68.75 0.62 0.7
Hex D4 E2 82 6 0 2A B 45 3E 46
Octal 324 342 202 6 0 52 13 105 76 106
Binary 11010100 11100010 10000010 110 0 101010 1011 1000101 111110 1000110

Color Harmonies of #D4E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E282

Black with #D4E282

Text Example


Text Example

White with #D4E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E282; }

 p { color: rgb(212,226,130); }

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

background-color css

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

 a { background-color: rgb(212,226,130); }

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

border-color css

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

 span { border-color: rgb(212,226,130); }

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