Html Css Color HEX #D1E35C Mindaro

📋 copy color: '#D1E35C'

red 209 ◦ green 227 ◦ blue 92

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

Shades of Mindaro #D1E35C

Tints of Mindaro #D1E35C

RGB

 RED value IS 209 (82.03% from 255) = 39.58%

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

 BLUE value IS 92 (36.33% from 255) = 17.42%

R = 39.58%
G = 42.99%
B = 17.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#D1E35C (or 0xD1E35C) is known color: Mindaro. HEX triplet: D1, E3 and 5C. RGB value is (209,227,92). Sum of RGB (Red+Green+Blue) = 209+227+92=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E35C is #2E1CA3. Grayscale: #CECECE. Windows color (decimal): -3021988 or 6087633. OLE color: 6087633.

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

Color convert

RGB 209 227 92 -
CMYK 0.08 0 0.59 0.11
HSL 68º 0.71% 0.63% -
HSV(B) 68º 0.59% 0.89% -
XYZ 55.7 69.27 20.56 -
YUV 206.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 209 227 92 0.08 0 0.59 0.11 68 0.71 0.63
Hex D1 E3 5C 8 0 3B B 44 47 3F
Octal 321 343 134 10 0 73 13 104 107 77
Binary 11010001 11100011 1011100 1000 0 111011 1011 1000100 1000111 111111

Color Harmonies of #D1E35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E35C

Black with #D1E35C

Text Example


Text Example

White with #D1E35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E35C; }

 p { color: rgb(209,227,92); }

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

background-color css

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

 a { background-color: rgb(209,227,92); }

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

border-color css

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

 span { border-color: rgb(209,227,92); }

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