Html Css Color HEX #D1E260 Mindaro

📋 copy color: '#D1E260'

red 209 ◦ green 226 ◦ blue 96

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

Shades of Mindaro #D1E260

Tints of Mindaro #D1E260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 39.36%
G = 42.56%
B = 18.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#D1E260 (or 0xD1E260) is known color: Mindaro. HEX triplet: D1, E2 and 60. RGB value is (209,226,96). Sum of RGB (Red+Green+Blue) = 209+226+96=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E260 is #2E1D9F. Grayscale: #CECECE. Windows color (decimal): -3022240 or 6349521. OLE color: 6349521.

HSL color Cylindrical-coordinate representation of color #D1E260: hue angle of 67.85º 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 #D1E260 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 96 -
CMYK 0.08 0 0.58 0.11
HSL 67.85º 0.69% 0.63% -
HSV(B) 67.85º 0.58% 0.89% -
XYZ 55.6 68.79 21.41 -
YUV 206.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 209 226 96 0.08 0 0.58 0.11 67.85 0.69 0.63
Hex D1 E2 60 8 0 3A B 44 45 3F
Octal 321 342 140 10 0 72 13 104 105 77
Binary 11010001 11100010 1100000 1000 0 111010 1011 1000100 1000101 111111

Color Harmonies of #D1E260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E260

Black with #D1E260

Text Example


Text Example

White with #D1E260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E260; }

 p { color: rgb(209,226,96); }

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

background-color css

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

 a { background-color: rgb(209,226,96); }

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

border-color css

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

 span { border-color: rgb(209,226,96); }

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