Html Css Color HEX #DCF95E Mindaro

📋 copy color: '#DCF95E'

red 220 ◦ green 249 ◦ blue 94

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

Shades of Mindaro #DCF95E

Tints of Mindaro #DCF95E

RGB

 RED value IS 220 (86.33% from 255) = 39.08%

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

 BLUE value IS 94 (37.11% from 255) = 16.7%

R = 39.08%
G = 44.23%
B = 16.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DCF95E (or 0xDCF95E) is known color: Mindaro. HEX triplet: DC, F9 and 5E. RGB value is (220,249,94). Sum of RGB (Red+Green+Blue) = 220+249+94=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF95E is #2306A1. Grayscale: #DFDFDF. Windows color (decimal): -2295458 or 6224348. OLE color: 6224348.

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

Color convert

RGB 220 249 94 -
CMYK 0.12 0 0.62 0.02
HSL 71.23º 0.93% 0.67% -
HSV(B) 71.23º 0.62% 0.98% -
XYZ 65.41 83.78 23.31 -
YUV 222.66 55.39 126.1 -
System Red Green Blue C M Y K H S L
Decimal 220 249 94 0.12 0 0.62 0.02 71.23 0.93 0.67
Hex DC F9 5E C 0 3E 2 47 5D 43
Octal 334 371 136 14 0 76 2 107 135 103
Binary 11011100 11111001 1011110 1100 0 111110 10 1000111 1011101 1000011

Color Harmonies of #DCF95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF95E

Black with #DCF95E

Text Example


Text Example

White with #DCF95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF95E; }

 p { color: rgb(220,249,94); }

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

background-color css

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

 a { background-color: rgb(220,249,94); }

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

border-color css

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

 span { border-color: rgb(220,249,94); }

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