Html Css Color HEX #D1F26B Mindaro

📋 copy color: '#D1F26B'

red 209 ◦ green 242 ◦ blue 107

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

Shades of Mindaro #D1F26B

Tints of Mindaro #D1F26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.18%

R = 37.46%
G = 43.37%
B = 19.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D1F26B (or 0xD1F26B) is known color: Mindaro. HEX triplet: D1, F2 and 6B. RGB value is (209,242,107). Sum of RGB (Red+Green+Blue) = 209+242+107=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F26B is #2E0D94. Grayscale: #D9D9D9. Windows color (decimal): -3018133 or 7074513. OLE color: 7074513.

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

Color convert

RGB 209 242 107 -
CMYK 0.14 0 0.56 0.05
HSL 74.67º 0.84% 0.68% -
HSV(B) 74.67º 0.56% 0.95% -
XYZ 60.7 78.12 25.79 -
YUV 216.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 209 242 107 0.14 0 0.56 0.05 74.67 0.84 0.68
Hex D1 F2 6B E 0 38 5 4B 54 44
Octal 321 362 153 16 0 70 5 113 124 104
Binary 11010001 11110010 1101011 1110 0 111000 101 1001011 1010100 1000100

Color Harmonies of #D1F26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F26B

Black with #D1F26B

Text Example


Text Example

White with #D1F26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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