Html Css Color HEX #D6E375 Mindaro

📋 copy color: '#D6E375'

red 214 ◦ green 227 ◦ blue 117

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

Shades of Mindaro #D6E375

Tints of Mindaro #D6E375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.68%

 BLUE value IS 117 (46.09% from 255) = 20.97%

R = 38.35%
G = 40.68%
B = 20.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#D6E375 (or 0xD6E375) is known color: Mindaro. HEX triplet: D6, E3 and 75. RGB value is (214,227,117). Sum of RGB (Red+Green+Blue) = 214+227+117=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E375 is #291C8A. Grayscale: #D3D3D3. Windows color (decimal): -2694283 or 7726038. OLE color: 7726038.

HSL color Cylindrical-coordinate representation of color #D6E375: hue angle of 67.09º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6E375 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 117 -
CMYK 0.06 0 0.48 0.11
HSL 67.09º 0.66% 0.67% -
HSV(B) 67.09º 0.48% 0.89% -
XYZ 58.41 70.52 27.36 -
YUV 210.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 214 227 117 0.06 0 0.48 0.11 67.09 0.66 0.67
Hex D6 E3 75 6 0 30 B 43 42 43
Octal 326 343 165 6 0 60 13 103 102 103
Binary 11010110 11100011 1110101 110 0 110000 1011 1000011 1000010 1000011

Color Harmonies of #D6E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E375

Black with #D6E375

Text Example


Text Example

White with #D6E375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E375; }

 p { color: rgb(214,227,117); }

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

background-color css

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

 a { background-color: rgb(214,227,117); }

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

border-color css

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

 span { border-color: rgb(214,227,117); }

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