Html Css Color HEX #D4E35D Mindaro

📋 copy color: '#D4E35D'

red 212 ◦ green 227 ◦ blue 93

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

Shades of Mindaro #D4E35D

Tints of Mindaro #D4E35D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.67%

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 39.85%
G = 42.67%
B = 17.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#D4E35D (or 0xD4E35D) is known color: Mindaro. HEX triplet: D4, E3 and 5D. RGB value is (212,227,93). Sum of RGB (Red+Green+Blue) = 212+227+93=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E35D is #2B1CA2. Grayscale: #CFCFCF. Windows color (decimal): -2825379 or 6153172. OLE color: 6153172.

HSL color Cylindrical-coordinate representation of color #D4E35D: hue angle of 66.72º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4E35D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 227 93 -
CMYK 0.07 0 0.59 0.11
HSL 66.72º 0.71% 0.63% -
HSV(B) 66.72º 0.59% 0.89% -
XYZ 56.6 69.73 20.83 -
YUV 207.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 212 227 93 0.07 0 0.59 0.11 66.72 0.71 0.63
Hex D4 E3 5D 7 0 3B B 43 47 3F
Octal 324 343 135 7 0 73 13 103 107 77
Binary 11010100 11100011 1011101 111 0 111011 1011 1000011 1000111 111111

Color Harmonies of #D4E35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E35D

Black with #D4E35D

Text Example


Text Example

White with #D4E35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E35D; }

 p { color: rgb(212,227,93); }

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

background-color css

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

 a { background-color: rgb(212,227,93); }

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

border-color css

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

 span { border-color: rgb(212,227,93); }

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