Html Css Color HEX #DCEF6C Mindaro

📋 copy color: '#DCEF6C'

red 220 ◦ green 239 ◦ blue 108

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

Shades of Mindaro #DCEF6C

Tints of Mindaro #DCEF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.05%

R = 38.8%
G = 42.15%
B = 19.05%

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

#DCEF6C (or 0xDCEF6C) is known color: Mindaro. HEX triplet: DC, EF and 6C. RGB value is (220,239,108). Sum of RGB (Red+Green+Blue) = 220+239+108=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF6C is #231093. Grayscale: #DADADA. Windows color (decimal): -2298004 or 7139292. OLE color: 7139292.

HSL color Cylindrical-coordinate representation of color #DCEF6C: hue angle of 68.7º 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 #DCEF6C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 108 -
CMYK 0.08 0 0.55 0.06
HSL 68.7º 0.8% 0.68% -
HSV(B) 68.7º 0.55% 0.94% -
XYZ 63.09 78.03 25.92 -
YUV 218.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 220 239 108 0.08 0 0.55 0.06 68.7 0.8 0.68
Hex DC EF 6C 8 0 37 6 45 50 44
Octal 334 357 154 10 0 67 6 105 120 104
Binary 11011100 11101111 1101100 1000 0 110111 110 1000101 1010000 1000100

Color Harmonies of #DCEF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF6C

Black with #DCEF6C

Text Example


Text Example

White with #DCEF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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