Html Css Color HEX #D5EC68 Mindaro

📋 copy color: '#D5EC68'

red 213 ◦ green 236 ◦ blue 104

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

Shades of Mindaro #D5EC68

Tints of Mindaro #D5EC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

 BLUE value IS 104 (41.02% from 255) = 18.81%

R = 38.52%
G = 42.68%
B = 18.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#D5EC68 (or 0xD5EC68) is known color: Mindaro. HEX triplet: D5, EC and 68. RGB value is (213,236,104). Sum of RGB (Red+Green+Blue) = 213+236+104=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC68 is #2A1397. Grayscale: #D6D6D6. Windows color (decimal): -2757528 or 6876373. OLE color: 6876373.

HSL color Cylindrical-coordinate representation of color #D5EC68: hue angle of 70.45º degrees, saturation: 0.78, 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 #D5EC68 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 104 -
CMYK 0.10 0 0.56 0.07
HSL 70.45º 0.78% 0.67% -
HSV(B) 70.45º 0.56% 0.93% -
XYZ 59.93 75.14 24.44 -
YUV 214.08 65.88 127.23 -
System Red Green Blue C M Y K H S L
Decimal 213 236 104 0.10 0 0.56 0.07 70.45 0.78 0.67
Hex D5 EC 68 A 0 38 7 46 4E 43
Octal 325 354 150 12 0 70 7 106 116 103
Binary 11010101 11101100 1101000 1010 0 111000 111 1000110 1001110 1000011

Color Harmonies of #D5EC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC68

Black with #D5EC68

Text Example


Text Example

White with #D5EC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC68; }

 p { color: rgb(213,236,104); }

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

background-color css

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

 a { background-color: rgb(213,236,104); }

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

border-color css

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

 span { border-color: rgb(213,236,104); }

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