Html Css Color HEX #D6E25E Mindaro

📋 copy color: '#D6E25E'

red 214 ◦ green 226 ◦ blue 94

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

Shades of Mindaro #D6E25E

Tints of Mindaro #D6E25E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 40.07%
G = 42.32%
B = 17.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#D6E25E (or 0xD6E25E) is known color: Mindaro. HEX triplet: D6, E2 and 5E. RGB value is (214,226,94). Sum of RGB (Red+Green+Blue) = 214+226+94=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E25E is #291DA1. Grayscale: #CFCFCF. Windows color (decimal): -2694562 or 6218454. OLE color: 6218454.

HSL color Cylindrical-coordinate representation of color #D6E25E: hue angle of 65.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6E25E is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 226 94 -
CMYK 0.05 0 0.58 0.11
HSL 65.45º 0.69% 0.63% -
HSV(B) 65.45º 0.58% 0.89% -
XYZ 56.95 69.5 21 -
YUV 207.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 214 226 94 0.05 0 0.58 0.11 65.45 0.69 0.63
Hex D6 E2 5E 5 0 3A B 41 45 3F
Octal 326 342 136 5 0 72 13 101 105 77
Binary 11010110 11100010 1011110 101 0 111010 1011 1000001 1000101 111111

Color Harmonies of #D6E25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E25E

Black with #D6E25E

Text Example


Text Example

White with #D6E25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E25E; }

 p { color: rgb(214,226,94); }

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

background-color css

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

 a { background-color: rgb(214,226,94); }

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

border-color css

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

 span { border-color: rgb(214,226,94); }

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