Html Css Color HEX #DCFB6A Mindaro

📋 copy color: '#DCFB6A'

red 220 ◦ green 251 ◦ blue 106

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

Shades of Mindaro #DCFB6A

Tints of Mindaro #DCFB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.37%

R = 38.13%
G = 43.5%
B = 18.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DCFB6A (or 0xDCFB6A) is known color: Mindaro. HEX triplet: DC, FB and 6A. RGB value is (220,251,106). Sum of RGB (Red+Green+Blue) = 220+251+106=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 106 (41.80% from 255 or 18.37% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB6A is #230495. Grayscale: #E1E1E1. Windows color (decimal): -2294934 or 7011292. OLE color: 7011292.

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

Color convert

RGB 220 251 106 -
CMYK 0.12 0 0.58 0.02
HSL 72.83º 0.95% 0.7% -
HSV(B) 72.83º 0.58% 0.98% -
XYZ 66.61 85.25 26.58 -
YUV 225.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 220 251 106 0.12 0 0.58 0.02 72.83 0.95 0.7
Hex DC FB 6A C 0 3A 2 49 5F 46
Octal 334 373 152 14 0 72 2 111 137 106
Binary 11011100 11111011 1101010 1100 0 111010 10 1001001 1011111 1000110

Color Harmonies of #DCFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB6A

Black with #DCFB6A

Text Example


Text Example

White with #DCFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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