Html Css Color HEX #D7E975 Mindaro

📋 copy color: '#D7E975'

red 215 ◦ green 233 ◦ blue 117

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

Shades of Mindaro #D7E975

Tints of Mindaro #D7E975

RGB

 RED value IS 215 (84.38% from 255) = 38.05%

 GREEN value IS 233 (91.41% from 255) = 41.24%

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

R = 38.05%
G = 41.24%
B = 20.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#D7E975 (or 0xD7E975) is known color: Mindaro. HEX triplet: D7, E9 and 75. RGB value is (215,233,117). Sum of RGB (Red+Green+Blue) = 215+233+117=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E975 is #28168A. Grayscale: #D6D6D6. Windows color (decimal): -2627211 or 7727575. OLE color: 7727575.

HSL color Cylindrical-coordinate representation of color #D7E975: hue angle of 69.31º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7E975 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 233 117 -
CMYK 0.08 0 0.50 0.09
HSL 69.31º 0.73% 0.69% -
HSV(B) 69.31º 0.5% 0.91% -
XYZ 60.37 74.01 27.93 -
YUV 214.39 73.04 128.43 -
System Red Green Blue C M Y K H S L
Decimal 215 233 117 0.08 0 0.50 0.09 69.31 0.73 0.69
Hex D7 E9 75 8 0 32 9 45 48 45
Octal 327 351 165 10 0 62 11 105 110 105
Binary 11010111 11101001 1110101 1000 0 110010 1001 1000101 1001000 1000101

Color Harmonies of #D7E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E975

Black with #D7E975

Text Example


Text Example

White with #D7E975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E975; }

 p { color: rgb(215,233,117); }

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

background-color css

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

 a { background-color: rgb(215,233,117); }

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

border-color css

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

 span { border-color: rgb(215,233,117); }

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