Html Css Color HEX #DCFA67 Mindaro

📋 copy color: '#DCFA67'

red 220 ◦ green 250 ◦ blue 103

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

Shades of Mindaro #DCFA67

Tints of Mindaro #DCFA67

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.63%

 BLUE value IS 103 (40.63% from 255) = 17.98%

R = 38.39%
G = 43.63%
B = 17.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DCFA67 (or 0xDCFA67) is known color: Mindaro. HEX triplet: DC, FA and 67. RGB value is (220,250,103). Sum of RGB (Red+Green+Blue) = 220+250+103=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 103 (40.62% from 255 or 17.98% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA67 is #230598. Grayscale: #E0E0E0. Windows color (decimal): -2295193 or 6814428. OLE color: 6814428.

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

Color convert

RGB 220 250 103 -
CMYK 0.12 0 0.59 0.02
HSL 72.24º 0.94% 0.69% -
HSV(B) 72.24º 0.59% 0.98% -
XYZ 66.15 84.57 25.67 -
YUV 224.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 220 250 103 0.12 0 0.59 0.02 72.24 0.94 0.69
Hex DC FA 67 C 0 3B 2 48 5E 45
Octal 334 372 147 14 0 73 2 110 136 105
Binary 11011100 11111010 1100111 1100 0 111011 10 1001000 1011110 1000101

Color Harmonies of #DCFA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA67

Black with #DCFA67

Text Example


Text Example

White with #DCFA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA67; }

 p { color: rgb(220,250,103); }

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

background-color css

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

 a { background-color: rgb(220,250,103); }

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

border-color css

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

 span { border-color: rgb(220,250,103); }

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