Html Css Color HEX #D5E168 Mindaro

📋 copy color: '#D5E168'

red 213 ◦ green 225 ◦ blue 104

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

Shades of Mindaro #D5E168

Tints of Mindaro #D5E168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.51%

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

R = 39.3%
G = 41.51%
B = 19.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#D5E168 (or 0xD5E168) is known color: Mindaro. HEX triplet: D5, E1 and 68. RGB value is (213,225,104). Sum of RGB (Red+Green+Blue) = 213+225+104=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E168 is #2A1E97. Grayscale: #D0D0D0. Windows color (decimal): -2760344 or 6873557. OLE color: 6873557.

HSL color Cylindrical-coordinate representation of color #D5E168: hue angle of 65.95º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5E168 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 104 -
CMYK 0.05 0 0.54 0.12
HSL 65.95º 0.67% 0.65% -
HSV(B) 65.95º 0.54% 0.88% -
XYZ 56.86 69 23.42 -
YUV 207.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 213 225 104 0.05 0 0.54 0.12 65.95 0.67 0.65
Hex D5 E1 68 5 0 36 C 42 43 41
Octal 325 341 150 5 0 66 14 102 103 101
Binary 11010101 11100001 1101000 101 0 110110 1100 1000010 1000011 1000001

Color Harmonies of #D5E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E168

Black with #D5E168

Text Example


Text Example

White with #D5E168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E168; }

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

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

background-color css

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

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

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

border-color css

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

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

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