Html Css Color HEX #D6E168 Mindaro

📋 copy color: '#D6E168'

red 214 ◦ green 225 ◦ blue 104

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

Shades of Mindaro #D6E168

Tints of Mindaro #D6E168

RGB

 RED value IS 214 (83.98% from 255) = 39.41%

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

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

R = 39.41%
G = 41.44%
B = 19.15%

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

#D6E168 (or 0xD6E168) is known color: Mindaro. HEX triplet: D6, E1 and 68. RGB value is (214,225,104). Sum of RGB (Red+Green+Blue) = 214+225+104=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E168 is #291E97. Grayscale: #D0D0D0. Windows color (decimal): -2694808 or 6873558. OLE color: 6873558.

HSL color Cylindrical-coordinate representation of color #D6E168: hue angle of 65.45º 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 #D6E168 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 104 -
CMYK 0.05 0 0.54 0.12
HSL 65.45º 0.67% 0.65% -
HSV(B) 65.45º 0.54% 0.88% -
XYZ 57.16 69.15 23.43 -
YUV 207.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 214 225 104 0.05 0 0.54 0.12 65.45 0.67 0.65
Hex D6 E1 68 5 0 36 C 41 43 41
Octal 326 341 150 5 0 66 14 101 103 101
Binary 11010110 11100001 1101000 101 0 110110 1100 1000001 1000011 1000001

Color Harmonies of #D6E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E168

Black with #D6E168

Text Example


Text Example

White with #D6E168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E168; }

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

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

background-color css

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

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

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

border-color css

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

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

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