Html Css Color HEX #D1F95C Mindaro

📋 copy color: '#D1F95C'

red 209 ◦ green 249 ◦ blue 92

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

Shades of Mindaro #D1F95C

Tints of Mindaro #D1F95C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

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

R = 38%
G = 45.27%
B = 16.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D1F95C (or 0xD1F95C) is known color: Mindaro. HEX triplet: D1, F9 and 5C. RGB value is (209,249,92). Sum of RGB (Red+Green+Blue) = 209+249+92=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F95C is #2E06A3. Grayscale: #DBDBDB. Windows color (decimal): -3016356 or 6093265. OLE color: 6093265.

HSL color Cylindrical-coordinate representation of color #D1F95C: hue angle of 75.29º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F95C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 92 -
CMYK 0.16 0 0.63 0.02
HSL 75.29º 0.93% 0.67% -
HSV(B) 75.29º 0.63% 0.98% -
XYZ 62.1 82.08 22.7 -
YUV 219.14 56.25 120.77 -
System Red Green Blue C M Y K H S L
Decimal 209 249 92 0.16 0 0.63 0.02 75.29 0.93 0.67
Hex D1 F9 5C 10 0 3F 2 4B 5D 43
Octal 321 371 134 20 0 77 2 113 135 103
Binary 11010001 11111001 1011100 10000 0 111111 10 1001011 1011101 1000011

Color Harmonies of #D1F95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F95C

Black with #D1F95C

Text Example


Text Example

White with #D1F95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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