Html Css Color HEX #DCEF6A Mindaro

📋 copy color: '#DCEF6A'

red 220 ◦ green 239 ◦ blue 106

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

Shades of Mindaro #DCEF6A

Tints of Mindaro #DCEF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.76%

R = 38.94%
G = 42.3%
B = 18.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DCEF6A (or 0xDCEF6A) is known color: Mindaro. HEX triplet: DC, EF and 6A. RGB value is (220,239,106). Sum of RGB (Red+Green+Blue) = 220+239+106=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF6A is #231095. Grayscale: #DADADA. Windows color (decimal): -2298006 or 7008220. OLE color: 7008220.

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

Color convert

RGB 220 239 106 -
CMYK 0.08 0 0.56 0.06
HSL 68.57º 0.81% 0.68% -
HSV(B) 68.57º 0.56% 0.94% -
XYZ 62.98 77.99 25.37 -
YUV 218.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 220 239 106 0.08 0 0.56 0.06 68.57 0.81 0.68
Hex DC EF 6A 8 0 38 6 45 51 44
Octal 334 357 152 10 0 70 6 105 121 104
Binary 11011100 11101111 1101010 1000 0 111000 110 1000101 1010001 1000100

Color Harmonies of #DCEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF6A

Black with #DCEF6A

Text Example


Text Example

White with #DCEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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