Html Css Color HEX #DCFB6E Mindaro

📋 copy color: '#DCFB6E'

red 220 ◦ green 251 ◦ blue 110

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

Shades of Mindaro #DCFB6E

Tints of Mindaro #DCFB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.93%

R = 37.87%
G = 43.2%
B = 18.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DCFB6E (or 0xDCFB6E) is known color: Mindaro. HEX triplet: DC, FB and 6E. RGB value is (220,251,110). Sum of RGB (Red+Green+Blue) = 220+251+110=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB6E is #230491. Grayscale: #E2E2E2. Windows color (decimal): -2294930 or 7273436. OLE color: 7273436.

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

Color convert

RGB 220 251 110 -
CMYK 0.12 0 0.56 0.02
HSL 73.19º 0.95% 0.71% -
HSV(B) 73.19º 0.56% 0.98% -
XYZ 66.83 85.34 27.7 -
YUV 225.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 220 251 110 0.12 0 0.56 0.02 73.19 0.95 0.71
Hex DC FB 6E C 0 38 2 49 5F 47
Octal 334 373 156 14 0 70 2 111 137 107
Binary 11011100 11111011 1101110 1100 0 111000 10 1001001 1011111 1000111

Color Harmonies of #DCFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB6E

Black with #DCFB6E

Text Example


Text Example

White with #DCFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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