Html Css Color HEX #DCF67B Mindaro

📋 copy color: '#DCF67B'

red 220 ◦ green 246 ◦ blue 123

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

Shades of Mindaro #DCF67B

Tints of Mindaro #DCF67B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.77%

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

R = 37.35%
G = 41.77%
B = 20.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#DCF67B (or 0xDCF67B) is known color: Mindaro. HEX triplet: DC, F6 and 7B. RGB value is (220,246,123). Sum of RGB (Red+Green+Blue) = 220+246+123=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF67B is #230984. Grayscale: #E0E0E0. Windows color (decimal): -2296197 or 8124124. OLE color: 8124124.

HSL color Cylindrical-coordinate representation of color #DCF67B: hue angle of 72.68º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF67B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 123 -
CMYK 0.11 0 0.50 0.04
HSL 72.68º 0.87% 0.72% -
HSV(B) 72.68º 0.5% 0.96% -
XYZ 66.05 82.56 31.19 -
YUV 224.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 220 246 123 0.11 0 0.50 0.04 72.68 0.87 0.72
Hex DC F6 7B B 0 32 4 49 57 48
Octal 334 366 173 13 0 62 4 111 127 110
Binary 11011100 11110110 1111011 1011 0 110010 100 1001001 1010111 1001000

Color Harmonies of #DCF67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF67B

Black with #DCF67B

Text Example


Text Example

White with #DCF67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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