Html Css Color HEX #DCFB6F Mindaro

📋 copy color: '#DCFB6F'

red 220 ◦ green 251 ◦ blue 111

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

Shades of Mindaro #DCFB6F

Tints of Mindaro #DCFB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.07%

R = 37.8%
G = 43.13%
B = 19.07%

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

#DCFB6F (or 0xDCFB6F) is known color: Mindaro. HEX triplet: DC, FB and 6F. RGB value is (220,251,111). Sum of RGB (Red+Green+Blue) = 220+251+111=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB6F is #230490. Grayscale: #E2E2E2. Windows color (decimal): -2294929 or 7338972. OLE color: 7338972.

HSL color Cylindrical-coordinate representation of color #DCFB6F: hue angle of 73.29º 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 #DCFB6F is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 111 -
CMYK 0.12 0 0.56 0.02
HSL 73.29º 0.95% 0.71% -
HSV(B) 73.29º 0.56% 0.98% -
XYZ 66.88 85.36 27.99 -
YUV 225.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 220 251 111 0.12 0 0.56 0.02 73.29 0.95 0.71
Hex DC FB 6F C 0 38 2 49 5F 47
Octal 334 373 157 14 0 70 2 111 137 107
Binary 11011100 11111011 1101111 1100 0 111000 10 1001001 1011111 1000111

Color Harmonies of #DCFB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB6F

Black with #DCFB6F

Text Example


Text Example

White with #DCFB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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