Html Css Color HEX #DCFB7A Mindaro

📋 copy color: '#DCFB7A'

red 220 ◦ green 251 ◦ blue 122

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

Shades of Mindaro #DCFB7A

Tints of Mindaro #DCFB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.57%

R = 37.1%
G = 42.33%
B = 20.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#DCFB7A (or 0xDCFB7A) is known color: Mindaro. HEX triplet: DC, FB and 7A. RGB value is (220,251,122). Sum of RGB (Red+Green+Blue) = 220+251+122=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 122 (48.05% from 255 or 20.57% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7A is #230485. Grayscale: #E3E3E3. Windows color (decimal): -2294918 or 8059868. OLE color: 8059868.

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

Color convert

RGB 220 251 122 -
CMYK 0.12 0 0.51 0.02
HSL 74.42º 0.94% 0.73% -
HSV(B) 74.42º 0.51% 0.98% -
XYZ 67.53 85.62 31.38 -
YUV 227.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 220 251 122 0.12 0 0.51 0.02 74.42 0.94 0.73
Hex DC FB 7A C 0 33 2 4A 5E 49
Octal 334 373 172 14 0 63 2 112 136 111
Binary 11011100 11111011 1111010 1100 0 110011 10 1001010 1011110 1001001

Color Harmonies of #DCFB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB7A

Black with #DCFB7A

Text Example


Text Example

White with #DCFB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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