Html Css Color HEX #DCFB60 Mindaro

📋 copy color: '#DCFB60'

red 220 ◦ green 251 ◦ blue 96

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

Shades of Mindaro #DCFB60

Tints of Mindaro #DCFB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.93%

R = 38.8%
G = 44.27%
B = 16.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DCFB60 (or 0xDCFB60) is known color: Mindaro. HEX triplet: DC, FB and 60. RGB value is (220,251,96). Sum of RGB (Red+Green+Blue) = 220+251+96=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB60 is #23049F. Grayscale: #E0E0E0. Windows color (decimal): -2294944 or 6355932. OLE color: 6355932.

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

Color convert

RGB 220 251 96 -
CMYK 0.12 0 0.62 0.02
HSL 72º 0.95% 0.68% -
HSV(B) 72º 0.62% 0.98% -
XYZ 66.12 85.05 24 -
YUV 224.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 220 251 96 0.12 0 0.62 0.02 72 0.95 0.68
Hex DC FB 60 C 0 3E 2 48 5F 44
Octal 334 373 140 14 0 76 2 110 137 104
Binary 11011100 11111011 1100000 1100 0 111110 10 1001000 1011111 1000100

Color Harmonies of #DCFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB60

Black with #DCFB60

Text Example


Text Example

White with #DCFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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