Html Css Color HEX #D1F264 Mindaro

📋 copy color: '#D1F264'

red 209 ◦ green 242 ◦ blue 100

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

Shades of Mindaro #D1F264

Tints of Mindaro #D1F264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

 BLUE value IS 100 (39.45% from 255) = 18.15%

R = 37.93%
G = 43.92%
B = 18.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#D1F264 (or 0xD1F264) is known color: Mindaro. HEX triplet: D1, F2 and 64. RGB value is (209,242,100). Sum of RGB (Red+Green+Blue) = 209+242+100=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F264 is #2E0D9B. Grayscale: #D8D8D8. Windows color (decimal): -3018140 or 6615761. OLE color: 6615761.

HSL color Cylindrical-coordinate representation of color #D1F264: hue angle of 73.94º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1F264 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 100 -
CMYK 0.14 0 0.59 0.05
HSL 73.94º 0.85% 0.67% -
HSV(B) 73.94º 0.59% 0.95% -
XYZ 60.35 77.98 23.93 -
YUV 215.95 62.57 123.05 -
System Red Green Blue C M Y K H S L
Decimal 209 242 100 0.14 0 0.59 0.05 73.94 0.85 0.67
Hex D1 F2 64 E 0 3B 5 4A 55 43
Octal 321 362 144 16 0 73 5 112 125 103
Binary 11010001 11110010 1100100 1110 0 111011 101 1001010 1010101 1000011

Color Harmonies of #D1F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F264

Black with #D1F264

Text Example


Text Example

White with #D1F264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F264; }

 p { color: rgb(209,242,100); }

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

background-color css

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

 a { background-color: rgb(209,242,100); }

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

border-color css

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

 span { border-color: rgb(209,242,100); }

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