Html Css Color HEX #D4ED69 Mindaro

📋 copy color: '#D4ED69'

red 212 ◦ green 237 ◦ blue 105

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

Shades of Mindaro #D4ED69

Tints of Mindaro #D4ED69

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

 BLUE value IS 105 (41.41% from 255) = 18.95%

R = 38.27%
G = 42.78%
B = 18.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#D4ED69 (or 0xD4ED69) is known color: Mindaro. HEX triplet: D4, ED and 69. RGB value is (212,237,105). Sum of RGB (Red+Green+Blue) = 212+237+105=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4ED69 is #2B1296. Grayscale: #D6D6D6. Windows color (decimal): -2822807 or 6942164. OLE color: 6942164.

HSL color Cylindrical-coordinate representation of color #D4ED69: hue angle of 71.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4ED69 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 105 -
CMYK 0.11 0 0.56 0.07
HSL 71.36º 0.79% 0.67% -
HSV(B) 71.36º 0.56% 0.93% -
XYZ 59.99 75.59 24.79 -
YUV 214.48 66.22 126.23 -
System Red Green Blue C M Y K H S L
Decimal 212 237 105 0.11 0 0.56 0.07 71.36 0.79 0.67
Hex D4 ED 69 B 0 38 7 47 4F 43
Octal 324 355 151 13 0 70 7 107 117 103
Binary 11010100 11101101 1101001 1011 0 111000 111 1000111 1001111 1000011

Color Harmonies of #D4ED69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ED69

Black with #D4ED69

Text Example


Text Example

White with #D4ED69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ED69; }

 p { color: rgb(212,237,105); }

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

background-color css

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

 a { background-color: rgb(212,237,105); }

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

border-color css

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

 span { border-color: rgb(212,237,105); }

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