Html Css Color HEX #DCF17B Mindaro

📋 copy color: '#DCF17B'

red 220 ◦ green 241 ◦ blue 123

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

Shades of Mindaro #DCF17B

Tints of Mindaro #DCF17B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.27%

 BLUE value IS 123 (48.44% from 255) = 21.06%

R = 37.67%
G = 41.27%
B = 21.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#DCF17B (or 0xDCF17B) is known color: Mindaro. HEX triplet: DC, F1 and 7B. RGB value is (220,241,123). Sum of RGB (Red+Green+Blue) = 220+241+123=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF17B is #230E84. Grayscale: #DDDDDD. Windows color (decimal): -2297477 or 8122844. OLE color: 8122844.

HSL color Cylindrical-coordinate representation of color #DCF17B: hue angle of 70.68º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF17B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 123 -
CMYK 0.09 0 0.49 0.05
HSL 70.68º 0.81% 0.71% -
HSV(B) 70.68º 0.49% 0.95% -
XYZ 64.55 79.56 30.69 -
YUV 221.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 220 241 123 0.09 0 0.49 0.05 70.68 0.81 0.71
Hex DC F1 7B 9 0 31 5 47 51 47
Octal 334 361 173 11 0 61 5 107 121 107
Binary 11011100 11110001 1111011 1001 0 110001 101 1000111 1010001 1000111

Color Harmonies of #DCF17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF17B

Black with #DCF17B

Text Example


Text Example

White with #DCF17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF17B; }

 p { color: rgb(220,241,123); }

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

background-color css

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

 a { background-color: rgb(220,241,123); }

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

border-color css

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

 span { border-color: rgb(220,241,123); }

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