Html Css Color HEX #D6E85D Mindaro

📋 copy color: '#D6E85D'

red 214 ◦ green 232 ◦ blue 93

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

Shades of Mindaro #D6E85D

Tints of Mindaro #D6E85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.04%

 BLUE value IS 93 (36.72% from 255) = 17.25%

R = 39.7%
G = 43.04%
B = 17.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#D6E85D (or 0xD6E85D) is known color: Mindaro. HEX triplet: D6, E8 and 5D. RGB value is (214,232,93). Sum of RGB (Red+Green+Blue) = 214+232+93=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E85D is #2917A2. Grayscale: #D3D3D3. Windows color (decimal): -2693027 or 6154454. OLE color: 6154454.

HSL color Cylindrical-coordinate representation of color #D6E85D: hue angle of 67.77º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6E85D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 93 -
CMYK 0.08 0 0.60 0.09
HSL 67.77º 0.75% 0.64% -
HSV(B) 67.77º 0.6% 0.91% -
XYZ 58.56 72.8 21.32 -
YUV 210.77 61.54 130.3 -
System Red Green Blue C M Y K H S L
Decimal 214 232 93 0.08 0 0.60 0.09 67.77 0.75 0.64
Hex D6 E8 5D 8 0 3C 9 44 4B 40
Octal 326 350 135 10 0 74 11 104 113 100
Binary 11010110 11101000 1011101 1000 0 111100 1001 1000100 1001011 1000000

Color Harmonies of #D6E85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E85D

Black with #D6E85D

Text Example


Text Example

White with #D6E85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E85D; }

 p { color: rgb(214,232,93); }

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

background-color css

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

 a { background-color: rgb(214,232,93); }

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

border-color css

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

 span { border-color: rgb(214,232,93); }

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