Html Css Color HEX #D5ED67 Mindaro

📋 copy color: '#D5ED67'

red 213 ◦ green 237 ◦ blue 103

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

Shades of Mindaro #D5ED67

Tints of Mindaro #D5ED67

RGB

 RED value IS 213 (83.59% from 255) = 38.52%

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

 BLUE value IS 103 (40.63% from 255) = 18.63%

R = 38.52%
G = 42.86%
B = 18.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#D5ED67 (or 0xD5ED67) is known color: Mindaro. HEX triplet: D5, ED and 67. RGB value is (213,237,103). Sum of RGB (Red+Green+Blue) = 213+237+103=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED67 is #2A1298. Grayscale: #D7D7D7. Windows color (decimal): -2757273 or 6811093. OLE color: 6811093.

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

Color convert

RGB 213 237 103 -
CMYK 0.10 0 0.57 0.07
HSL 70.75º 0.79% 0.67% -
HSV(B) 70.75º 0.57% 0.93% -
XYZ 60.17 75.69 24.27 -
YUV 214.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 213 237 103 0.10 0 0.57 0.07 70.75 0.79 0.67
Hex D5 ED 67 A 0 39 7 47 4F 43
Octal 325 355 147 12 0 71 7 107 117 103
Binary 11010101 11101101 1100111 1010 0 111001 111 1000111 1001111 1000011

Color Harmonies of #D5ED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED67

Black with #D5ED67

Text Example


Text Example

White with #D5ED67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED67; }

 p { color: rgb(213,237,103); }

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

background-color css

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

 a { background-color: rgb(213,237,103); }

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

border-color css

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

 span { border-color: rgb(213,237,103); }

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