Html Css Color HEX #DCEF6B Mindaro

📋 copy color: '#DCEF6B'

red 220 ◦ green 239 ◦ blue 107

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

Shades of Mindaro #DCEF6B

Tints of Mindaro #DCEF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.23%

 BLUE value IS 107 (42.19% from 255) = 18.9%

R = 38.87%
G = 42.23%
B = 18.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DCEF6B (or 0xDCEF6B) is known color: Mindaro. HEX triplet: DC, EF and 6B. RGB value is (220,239,107). Sum of RGB (Red+Green+Blue) = 220+239+107=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF6B is #231094. Grayscale: #DADADA. Windows color (decimal): -2298005 or 7073756. OLE color: 7073756.

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

Color convert

RGB 220 239 107 -
CMYK 0.08 0 0.55 0.06
HSL 68.64º 0.8% 0.68% -
HSV(B) 68.64º 0.55% 0.94% -
XYZ 63.04 78.01 25.65 -
YUV 218.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 220 239 107 0.08 0 0.55 0.06 68.64 0.8 0.68
Hex DC EF 6B 8 0 37 6 45 50 44
Octal 334 357 153 10 0 67 6 105 120 104
Binary 11011100 11101111 1101011 1000 0 110111 110 1000101 1010000 1000100

Color Harmonies of #DCEF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF6B

Black with #DCEF6B

Text Example


Text Example

White with #DCEF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF6B; }

 p { color: rgb(220,239,107); }

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

background-color css

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

 a { background-color: rgb(220,239,107); }

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

border-color css

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

 span { border-color: rgb(220,239,107); }

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