Html Css Color HEX #DCFB5E Mindaro

📋 copy color: '#DCFB5E'

red 220 ◦ green 251 ◦ blue 94

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

Shades of Mindaro #DCFB5E

Tints of Mindaro #DCFB5E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.42%

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

R = 38.94%
G = 44.42%
B = 16.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#DCFB5E (or 0xDCFB5E) is known color: Mindaro. HEX triplet: DC, FB and 5E. RGB value is (220,251,94). Sum of RGB (Red+Green+Blue) = 220+251+94=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB5E is #2304A1. Grayscale: #E0E0E0. Windows color (decimal): -2294946 or 6224860. OLE color: 6224860.

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

Color convert

RGB 220 251 94 -
CMYK 0.12 0 0.63 0.02
HSL 71.85º 0.95% 0.68% -
HSV(B) 71.85º 0.63% 0.98% -
XYZ 66.03 85.02 23.52 -
YUV 223.83 54.73 125.27 -
System Red Green Blue C M Y K H S L
Decimal 220 251 94 0.12 0 0.63 0.02 71.85 0.95 0.68
Hex DC FB 5E C 0 3F 2 48 5F 44
Octal 334 373 136 14 0 77 2 110 137 104
Binary 11011100 11111011 1011110 1100 0 111111 10 1001000 1011111 1000100

Color Harmonies of #DCFB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB5E

Black with #DCFB5E

Text Example


Text Example

White with #DCFB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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