Html Css Color HEX #DCFB68 Mindaro

📋 copy color: '#DCFB68'

red 220 ◦ green 251 ◦ blue 104

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

Shades of Mindaro #DCFB68

Tints of Mindaro #DCFB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.09%

R = 38.26%
G = 43.65%
B = 18.09%

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

#DCFB68 (or 0xDCFB68) is known color: Mindaro. HEX triplet: DC, FB and 68. RGB value is (220,251,104). Sum of RGB (Red+Green+Blue) = 220+251+104=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB68 is #230497. Grayscale: #E1E1E1. Windows color (decimal): -2294936 or 6880220. OLE color: 6880220.

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

Color convert

RGB 220 251 104 -
CMYK 0.12 0 0.59 0.02
HSL 72.65º 0.95% 0.7% -
HSV(B) 72.65º 0.59% 0.98% -
XYZ 66.51 85.21 26.04 -
YUV 224.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 220 251 104 0.12 0 0.59 0.02 72.65 0.95 0.7
Hex DC FB 68 C 0 3B 2 49 5F 46
Octal 334 373 150 14 0 73 2 111 137 106
Binary 11011100 11111011 1101000 1100 0 111011 10 1001001 1011111 1000110

Color Harmonies of #DCFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB68

Black with #DCFB68

Text Example


Text Example

White with #DCFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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