Html Css Color HEX #DCF07B Mindaro

📋 copy color: '#DCF07B'

red 220 ◦ green 240 ◦ blue 123

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

Shades of Mindaro #DCF07B

Tints of Mindaro #DCF07B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.17%

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

R = 37.74%
G = 41.17%
B = 21.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#DCF07B (or 0xDCF07B) is known color: Mindaro. HEX triplet: DC, F0 and 7B. RGB value is (220,240,123). Sum of RGB (Red+Green+Blue) = 220+240+123=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF07B is #230F84. Grayscale: #DDDDDD. Windows color (decimal): -2297733 or 8122588. OLE color: 8122588.

HSL color Cylindrical-coordinate representation of color #DCF07B: hue angle of 70.26º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF07B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 123 -
CMYK 0.08 0 0.49 0.06
HSL 70.26º 0.8% 0.71% -
HSV(B) 70.26º 0.49% 0.94% -
XYZ 64.25 78.97 30.59 -
YUV 220.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 220 240 123 0.08 0 0.49 0.06 70.26 0.8 0.71
Hex DC F0 7B 8 0 31 6 46 50 47
Octal 334 360 173 10 0 61 6 106 120 107
Binary 11011100 11110000 1111011 1000 0 110001 110 1000110 1010000 1000111

Color Harmonies of #DCF07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF07B

Black with #DCF07B

Text Example


Text Example

White with #DCF07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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